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

References

unittests/Analysis/LazyCallGraphTest.cpp
 1997   CG.buildRefSCCs();
 1998   auto I = CG.postorder_ref_scc_begin();
 2001   EXPECT_EQ(CG.postorder_ref_scc_end(), I);
 2003   LazyCallGraph::Node &F = *CG.lookup(lookupFunction(*M, "f"));
 2004   LazyCallGraph::Node &G = *CG.lookup(lookupFunction(*M, "g"));
 2005   EXPECT_EQ(&FRC, CG.lookupRefSCC(F));
 2006   EXPECT_EQ(&GRC, CG.lookupRefSCC(G));