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

References

unittests/Analysis/LazyCallGraphTest.cpp
 1563   EXPECT_EQ(&AC, CG.lookupSCC(AN));
 1570   auto NewCs = RC.switchInternalEdgeToRef(BN, AN);
 1573   EXPECT_EQ(&AC, CG.lookupSCC(AN));
 1579   NewCs = RC.switchInternalEdgeToRef(CN, AN);
 1582   EXPECT_EQ(&AC, CG.lookupSCC(AN));
 1598   EXPECT_EQ(&AC, CG.lookupSCC(AN));