Searched refs:postorder_scc_begin (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h399 postorder_scc_iterator postorder_scc_begin() { function in class:llvm::LazyCallGraph
407 return iterator_range<postorder_scc_iterator>(postorder_scc_begin(),
/external/llvm/unittests/Analysis/
H A DLazyCallGraphTest.cpp206 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 105 milliseconds