Home
last modified time | relevance | path

Searched refs:postorder_ref_sccs (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
DCGSCCPassManager.h101 for (LazyCallGraph::RefSCC &RC : CG.postorder_ref_sccs()) { in run()
DLazyCallGraph.h771 iterator_range<postorder_ref_scc_iterator> postorder_ref_sccs() { in postorder_ref_sccs() function
/external/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp480 for (LazyCallGraph::RefSCC &RC : CG.postorder_ref_sccs()) in TEST()
601 for (LazyCallGraph::RefSCC &RC : CG.postorder_ref_sccs()) in TEST()
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp1555 for (LazyCallGraph::RefSCC &C : G.postorder_ref_sccs()) in run()