Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ addValue
Method
addValue
ir/instr.cpp:3069–3071 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3067
3068
3069
void Phi::addValue(Value &val, string &&BB_name) {
3070
values.emplace_back(&val, std::move(BB_name));
3071
}
3072
3073
void Phi::removeValue(const string &BB_name) {
3074
for (auto I = values.begin(); I != values.end(); ) {
Callers
3
unroll
Method · 0.80
dup
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected