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

References

include/llvm/Analysis/CGSCCPassManager.h
  767   for (auto RCI = CG.postorder_ref_scc_begin(),
include/llvm/Analysis/LazyCallGraph.h
  960     return make_range(postorder_ref_scc_begin(), postorder_ref_scc_end());
unittests/Analysis/LazyCallGraphTest.cpp
  321   auto J = CG.postorder_ref_scc_begin();
  337   EXPECT_EQ(&D, &*CG.postorder_ref_scc_begin());
  353   EXPECT_EQ(&C, &*std::next(CG.postorder_ref_scc_begin()));
  371   EXPECT_EQ(&B, &*std::next(CG.postorder_ref_scc_begin(), 2));
  389   EXPECT_EQ(&A, &*std::next(CG.postorder_ref_scc_begin(), 3));
  392   EXPECT_EQ(J, std::next(CG.postorder_ref_scc_begin(), 4));
  472   auto I = CG.postorder_ref_scc_begin();
  557   auto I = CG.postorder_ref_scc_begin();
  826   auto I = CG.postorder_ref_scc_begin(), E = CG.postorder_ref_scc_end();
  918   auto I = CG.postorder_ref_scc_begin(), E = CG.postorder_ref_scc_end();
  995   auto I = CG.postorder_ref_scc_begin(), E = CG.postorder_ref_scc_end();
 1062   auto I = CG.postorder_ref_scc_begin(), End = CG.postorder_ref_scc_end();
 1204   auto I = CG.postorder_ref_scc_begin(), E = CG.postorder_ref_scc_end();
 1237   auto I = CG.postorder_ref_scc_begin();
 1331   auto I = CG.postorder_ref_scc_begin(), E = CG.postorder_ref_scc_end();
 1350   auto J = CG.postorder_ref_scc_begin();
 1369   J = CG.postorder_ref_scc_begin();
 1409   auto I = CG.postorder_ref_scc_begin(), E = CG.postorder_ref_scc_end();
 1435   auto J = CG.postorder_ref_scc_begin();
 1476   auto I = CG.postorder_ref_scc_begin(), E = CG.postorder_ref_scc_end();
 1503   auto J = CG.postorder_ref_scc_begin();
 1519   J = CG.postorder_ref_scc_begin();
 1553   auto I = CG.postorder_ref_scc_begin();
 1646   auto I = CG.postorder_ref_scc_begin();
 1758   auto I = CG.postorder_ref_scc_begin();
 1888   auto I = CG.postorder_ref_scc_begin();
 1970   auto I = CG.postorder_ref_scc_begin();
 1998   auto I = CG.postorder_ref_scc_begin();
 2048   auto I = CG.postorder_ref_scc_begin();
 2142   auto I = CG.postorder_ref_scc_begin();
 2167   I = CG.postorder_ref_scc_begin();