Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ addArg
Method
addArg
ir/instr.cpp:2428–2430 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2426
2427
2428
void FnCall::addArg(Value &arg, ParamAttrs &&attrs) {
2429
args.emplace_back(&arg, std::move(attrs));
2430
}
2431
2432
vector<Value*> FnCall::operands() const {
2433
vector<Value*> output;
Callers
3
parse_call
Function · 0.80
known_call
Function · 0.80
visitCallInst
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected