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

References

unittests/Analysis/LazyCallGraphTest.cpp
 1244   EXPECT_EQ(&RC, CG.lookupRefSCC(A));
 1248   EXPECT_EQ(&*RC.begin(), CG.lookupSCC(A));
 1253   RC.insertInternalRefEdge(A, C);
 1254   EXPECT_EQ(2, std::distance(A->begin(), A->end()));
 1254   EXPECT_EQ(2, std::distance(A->begin(), A->end()));
 1255   EXPECT_EQ(&RC, CG.lookupRefSCC(A));
 1259   EXPECT_EQ(&*RC.begin(), CG.lookupSCC(A));
 1267   EXPECT_EQ(&RC, CG.lookupRefSCC(A));
 1275   EXPECT_EQ(&*J++, CG.lookupSCC(A));
 1287   LazyCallGraph::SCC &AC = *CG.lookupSCC(A);
 1289   EXPECT_TRUE(RC.switchInternalEdgeToCall(A, C, [&](ArrayRef<LazyCallGraph::SCC *> MergedCs) {
 1294   EXPECT_EQ(&CC, CG.lookupSCC(A));