MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / rauw

Method rauw

ir/function.cpp:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void BasicBlock::rauw(const Value &what, Value &with) {
114 for (auto &i : m_instrs) {
115 i->rauw(what, with);
116 }
117}
118
119ostream& operator<<(ostream &os, const BasicBlock &bb) {
120 if (!bb.name.empty())

Callers 3

rauw_opFunction · 0.45
function.cppFile · 0.45
unrollMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected