Searched refs:postorder_sccs (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h406 iterator_range<postorder_scc_iterator> postorder_sccs() { function in class:llvm::LazyCallGraph
H A DCGSCCPassManager.h337 for (LazyCallGraph::SCC &C : CG.postorder_sccs()) {
/external/llvm/unittests/Analysis/
H A DLazyCallGraphTest.cpp401 for (LazyCallGraph::SCC &C : CG.postorder_sccs())
450 for (LazyCallGraph::SCC &C : CG.postorder_sccs())
598 for (LazyCallGraph::SCC &C : CG.postorder_sccs())
/external/llvm/lib/Analysis/
H A DLazyCallGraph.cpp723 for (LazyCallGraph::SCC &SCC : G.postorder_sccs())

Completed in 97 milliseconds