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

  /external/llvm/include/llvm/Analysis/
LazyCallGraph.h 405 postorder_scc_iterator postorder_scc_begin() { function in class:llvm::LazyCallGraph
413 return make_range(postorder_scc_begin(), postorder_scc_end());
  /external/llvm/unittests/Analysis/
LazyCallGraphTest.cpp 206 auto SCCI = CG.postorder_scc_begin();
360 auto SCCI = CG.postorder_scc_begin();
525 auto SCCI = CG.postorder_scc_begin(), SCCE = CG.postorder_scc_end();
637 auto SCCI = CG1.postorder_scc_begin();
690 auto SCCI = CG1.postorder_scc_begin();

Completed in 333 milliseconds