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

References

unittests/Analysis/LazyCallGraphTest.cpp
 1656   LazyCallGraph::SCC &CC = *CG.lookupSCC(C);
 1678   EXPECT_FALSE(RC.switchInternalEdgeToCall(B, C));
 1686   EXPECT_TRUE(RC.switchInternalEdgeToCall(C, B, [&](ArrayRef<LazyCallGraph::SCC *> MergedCs) {
 1696   EXPECT_EQ(&BC, CG.lookupSCC(C));