HomeSort by relevance Sort by last modified time
    Searched refs:postorder_sccs (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Analysis/
CGSCCPassManager.h 229 for (LazyCallGraph::SCC &C : CG.postorder_sccs()) {
LazyCallGraph.h 412 iterator_range<postorder_scc_iterator> postorder_sccs() { function in class:llvm::LazyCallGraph
  /external/llvm/unittests/Analysis/
LazyCallGraphTest.cpp 401 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/
LazyCallGraph.cpp 723 for (LazyCallGraph::SCC &SCC : G.postorder_sccs())

Completed in 122 milliseconds