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

References

unittests/Analysis/LazyCallGraphTest.cpp
 2143   LazyCallGraph::RefSCC &DeadRC = *I++;
 2144   LazyCallGraph::RefSCC &RC1 = *I++;
 2145   LazyCallGraph::RefSCC &RC2 = *I++;
 2146   EXPECT_EQ(CG.postorder_ref_scc_end(), I);
 2167   I = CG.postorder_ref_scc_begin();
 2168   EXPECT_EQ(&RC1, &*I++);
 2169   EXPECT_EQ(&RC2, &*I++);
 2170   EXPECT_EQ(CG.postorder_ref_scc_end(), I);