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

References

unittests/Analysis/LazyCallGraphTest.cpp
  963   LazyCallGraph::SCC &DC = *CG.lookupSCC(D);
  967   LazyCallGraph::RefSCC &DRC = *CG.lookupRefSCC(D);
  970   auto MergedRCs = ARC.insertIncomingRefEdge(D, A);
  972   EXPECT_NE(D->begin(), D->end());
  972   EXPECT_NE(D->begin(), D->end());
  973   EXPECT_EQ(&A, &D->begin()->getNode());
  985   EXPECT_EQ(&ARC, CG.lookupRefSCC(D));