Home
last modified time | relevance | path

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

/external/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp401 for (LazyCallGraph::SCC &C : CG.postorder_sccs()) in TEST()
450 for (LazyCallGraph::SCC &C : CG.postorder_sccs()) in TEST()
598 for (LazyCallGraph::SCC &C : CG.postorder_sccs()) in TEST()
/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h412 iterator_range<postorder_scc_iterator> postorder_sccs() { in postorder_sccs() function
DCGSCCPassManager.h229 for (LazyCallGraph::SCC &C : CG.postorder_sccs()) { in run()
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp723 for (LazyCallGraph::SCC &SCC : G.postorder_sccs()) in run()