Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h940 postorder_ref_scc_iterator postorder_ref_scc_end() { in postorder_ref_scc_end() function
949 return make_range(postorder_ref_scc_begin(), postorder_ref_scc_end()); in postorder_ref_sccs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp183 RCE = CG.postorder_ref_scc_end(); in run()