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

References

unittests/Analysis/LazyCallGraphTest.cpp
  750   LazyCallGraph CG = buildCG(*M);
  757   LazyCallGraph::Node &A1 = *CG.lookup(lookupFunction(*M, "a1"));
  758   LazyCallGraph::Node &A2 = *CG.lookup(lookupFunction(*M, "a2"));
  759   LazyCallGraph::Node &A3 = *CG.lookup(lookupFunction(*M, "a3"));
  760   LazyCallGraph::Node &B1 = *CG.lookup(lookupFunction(*M, "b1"));
  761   LazyCallGraph::Node &B2 = *CG.lookup(lookupFunction(*M, "b2"));
  762   LazyCallGraph::Node &B3 = *CG.lookup(lookupFunction(*M, "b3"));
  763   LazyCallGraph::Node &C1 = *CG.lookup(lookupFunction(*M, "c1"));
  764   LazyCallGraph::Node &C2 = *CG.lookup(lookupFunction(*M, "c2"));
  765   LazyCallGraph::Node &C3 = *CG.lookup(lookupFunction(*M, "c3"));
  766   LazyCallGraph::Node &D1 = *CG.lookup(lookupFunction(*M, "d1"));
  767   LazyCallGraph::Node &D2 = *CG.lookup(lookupFunction(*M, "d2"));
  768   LazyCallGraph::Node &D3 = *CG.lookup(lookupFunction(*M, "d3"));