Home
last modified time | relevance | path

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

/external/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp206 auto SCCI = CG.postorder_scc_begin(); in TEST()
360 auto SCCI = CG.postorder_scc_begin(); in TEST()
525 auto SCCI = CG.postorder_scc_begin(), SCCE = CG.postorder_scc_end(); in TEST()
637 auto SCCI = CG1.postorder_scc_begin(); in TEST()
690 auto SCCI = CG1.postorder_scc_begin(); in TEST()
/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h405 postorder_scc_iterator postorder_scc_begin() { in postorder_scc_begin() function
413 return make_range(postorder_scc_begin(), postorder_scc_end()); in postorder_sccs()