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

References

unittests/Analysis/LazyCallGraphTest.cpp
 1969   CG.buildRefSCCs();
 1970   auto I = CG.postorder_ref_scc_begin();
 1973   EXPECT_EQ(CG.postorder_ref_scc_end(), I);
 1975   LazyCallGraph::Node &F = *CG.lookup(lookupFunction(*M, "f"));
 1976   LazyCallGraph::Node &G = *CG.lookup(lookupFunction(*M, "g"));
 1977   EXPECT_EQ(&FRC, CG.lookupRefSCC(F));
 1978   EXPECT_EQ(&GRC, CG.lookupRefSCC(G));