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

References

unittests/Analysis/LazyCallGraphTest.cpp
  960   LazyCallGraph::SCC &AC = *CG.lookupSCC(A);
  964   LazyCallGraph::RefSCC &ARC = *CG.lookupRefSCC(A);
  970   auto MergedRCs = ARC.insertIncomingRefEdge(D, A);
  973   EXPECT_EQ(&A, &D->begin()->getNode());
  982   EXPECT_EQ(&ARC, CG.lookupRefSCC(A));