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

References

unittests/Analysis/LazyCallGraphTest.cpp
  842   LazyCallGraph CG = buildCG(*M);
  849   LazyCallGraph::Node &A1 = *CG.lookup(lookupFunction(*M, "a1"));
  850   LazyCallGraph::Node &A2 = *CG.lookup(lookupFunction(*M, "a2"));
  851   LazyCallGraph::Node &A3 = *CG.lookup(lookupFunction(*M, "a3"));
  852   LazyCallGraph::Node &B1 = *CG.lookup(lookupFunction(*M, "b1"));
  853   LazyCallGraph::Node &B2 = *CG.lookup(lookupFunction(*M, "b2"));
  854   LazyCallGraph::Node &B3 = *CG.lookup(lookupFunction(*M, "b3"));
  855   LazyCallGraph::Node &C1 = *CG.lookup(lookupFunction(*M, "c1"));
  856   LazyCallGraph::Node &C2 = *CG.lookup(lookupFunction(*M, "c2"));
  857   LazyCallGraph::Node &C3 = *CG.lookup(lookupFunction(*M, "c3"));
  858   LazyCallGraph::Node &D1 = *CG.lookup(lookupFunction(*M, "d1"));
  859   LazyCallGraph::Node &D2 = *CG.lookup(lookupFunction(*M, "d2"));
  860   LazyCallGraph::Node &D3 = *CG.lookup(lookupFunction(*M, "d3"));