Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp177 llvm::make_early_inc_range(CG.postorder_ref_sccs())) { in run()
615 for (auto &RC : G->postorder_ref_sccs()) in invalidate()
H A DLazyCallGraph.cpp216 for (RefSCC &RC : postorder_ref_sccs()) { in verify()
2034 for (LazyCallGraph::RefSCC &C : G.postorder_ref_sccs()) in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h973 iterator_range<postorder_ref_scc_iterator> postorder_ref_sccs() { in postorder_ref_sccs() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h163 for (LazyCallGraph::RefSCC &RC : CG.postorder_ref_sccs()) {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp2001 for (LazyCallGraph::RefSCC &RC : CG.postorder_ref_sccs()) { in deduceFunctionAttributeInRPO()