Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h101 for (LazyCallGraph::RefSCC &RC : CG.postorder_ref_sccs()) { in run()
H A DLazyCallGraph.h771 iterator_range<postorder_ref_scc_iterator> postorder_ref_sccs() { in postorder_ref_sccs() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp175 llvm::make_early_inc_range(CG.postorder_ref_sccs())) { in run()
614 for (auto &RC : G->postorder_ref_sccs()) in invalidate()
H A DLazyCallGraph.cpp2023 for (LazyCallGraph::RefSCC &C : G.postorder_ref_sccs()) in run()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp165 for (auto &RC : G->postorder_ref_sccs()) in invalidate()
H A DLazyCallGraph.cpp1781 for (LazyCallGraph::RefSCC &C : G.postorder_ref_sccs()) in run()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DLazyCallGraph.h968 iterator_range<postorder_ref_scc_iterator> postorder_ref_sccs() { in postorder_ref_sccs() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DLazyCallGraph.h968 iterator_range<postorder_ref_scc_iterator> postorder_ref_sccs() { in postorder_ref_sccs() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DLazyCallGraph.h968 iterator_range<postorder_ref_scc_iterator> postorder_ref_sccs() { in postorder_ref_sccs() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h968 iterator_range<postorder_ref_scc_iterator> postorder_ref_sccs() { in postorder_ref_sccs() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DLazyCallGraph.h968 iterator_range<postorder_ref_scc_iterator> postorder_ref_sccs() { in postorder_ref_sccs() function
/aosp_15_r20/external/llvm/unittests/Analysis/
H A DLazyCallGraphTest.cpp480 for (LazyCallGraph::RefSCC &RC : CG.postorder_ref_sccs()) in TEST()
601 for (LazyCallGraph::RefSCC &RC : CG.postorder_ref_sccs()) in TEST()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h959 iterator_range<postorder_ref_scc_iterator> postorder_ref_sccs() { in postorder_ref_sccs() function
/aosp_15_r20/external/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1555 for (LazyCallGraph::RefSCC &C : G.postorder_ref_sccs()) in run()