Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h948 iterator_range<postorder_ref_scc_iterator> postorder_ref_sccs() { in postorder_ref_sccs() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp625 for (auto &RC : G->postorder_ref_sccs()) in invalidate()
H A DLazyCallGraph.cpp2005 for (LazyCallGraph::RefSCC &C : G.postorder_ref_sccs()) in run()