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

References

unittests/Analysis/LazyCallGraphTest.cpp
  323   LazyCallGraph::RefSCC &D = *J++;
  339   LazyCallGraph::RefSCC &C = *J++;
  355   LazyCallGraph::RefSCC &B = *J++;
  373   LazyCallGraph::RefSCC &A = *J++;
  391   EXPECT_EQ(CG.postorder_ref_scc_end(), J);
  392   EXPECT_EQ(J, std::next(CG.postorder_ref_scc_begin(), 4));