reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/Analysis/LazyCallGraphTest.cpp
 1088   LazyCallGraph CG = buildCG(*M);
 1095   LazyCallGraph::Node &A1 = *CG.lookup(lookupFunction(*M, "a1"));
 1096   LazyCallGraph::Node &A2 = *CG.lookup(lookupFunction(*M, "a2"));
 1097   LazyCallGraph::Node &A3 = *CG.lookup(lookupFunction(*M, "a3"));
 1098   LazyCallGraph::Node &B1 = *CG.lookup(lookupFunction(*M, "b1"));
 1099   LazyCallGraph::Node &B2 = *CG.lookup(lookupFunction(*M, "b2"));
 1100   LazyCallGraph::Node &B3 = *CG.lookup(lookupFunction(*M, "b3"));
 1101   LazyCallGraph::Node &C1 = *CG.lookup(lookupFunction(*M, "c1"));
 1102   LazyCallGraph::Node &C2 = *CG.lookup(lookupFunction(*M, "c2"));
 1103   LazyCallGraph::Node &C3 = *CG.lookup(lookupFunction(*M, "c3"));
 1104   LazyCallGraph::Node &D1 = *CG.lookup(lookupFunction(*M, "d1"));
 1105   LazyCallGraph::Node &D2 = *CG.lookup(lookupFunction(*M, "d2"));
 1106   LazyCallGraph::Node &D3 = *CG.lookup(lookupFunction(*M, "d3"));