Home
last modified time | relevance | path

Searched refs:postorder_ref_sccs (Results 1 – 8 of 8) 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/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp607 for (LazyCallGraph::RefSCC &RC : CG.postorder_ref_sccs()) in TEST()
753 for (LazyCallGraph::RefSCC &RC : CG.postorder_ref_sccs()) in TEST()
845 for (LazyCallGraph::RefSCC &RC : CG.postorder_ref_sccs()) in TEST()
952 for (LazyCallGraph::RefSCC &RC : CG.postorder_ref_sccs()) in TEST()
1029 for (LazyCallGraph::RefSCC &RC : CG.postorder_ref_sccs()) in TEST()
1091 for (LazyCallGraph::RefSCC &RC : CG.postorder_ref_sccs()) in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCGSCCPassManager.cpp145 for (auto &RC : G->postorder_ref_sccs()) in invalidate()
DLazyCallGraph.cpp1770 for (LazyCallGraph::RefSCC &C : G.postorder_ref_sccs()) in run()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h958 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()