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

Method getParent

ir/function.cpp:1197–1200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1195}
1196
1197BasicBlock* LoopAnalysis::getParent(BasicBlock *bb) const {
1198 auto I = parent.find(bb);
1199 return I != parent.end() ? I->second : nullptr;
1200}
1201
1202void LoopAnalysis::printDot(ostream &os) const {
1203 os << "digraph {\n";

Callers 7

initializeMethod · 0.80
unwrapModuleFunction · 0.80
runTVPassFunction · 0.80
DLMethod · 0.80
runMethod · 0.80
get_operandFunction · 0.80

Calls 2

findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected