MCPcopy 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
3069void Phi::addValue(Value &val, string &&BB_name) {
3070 values.emplace_back(&val, std::move(BB_name));
3071}
3072
3073void Phi::removeValue(const string &BB_name) {
3074 for (auto I = values.begin(); I != values.end(); ) {

Callers 3

unrollMethod · 0.80
dupMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected