Home
last modified time | relevance | path

Searched defs:SCCI (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/opt/
DPrintSCC.cpp77 for (scc_iterator<Function*> SCCI = scc_begin(&F); !SCCI.isAtEnd(); ++SCCI) { in runOnFunction() local
97 for (scc_iterator<CallGraph*> SCCI = scc_begin(&CG); !SCCI.isAtEnd(); in runOnModule() local
/external/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp206 auto SCCI = CG.postorder_scc_begin(); in TEST() local
360 auto SCCI = CG.postorder_scc_begin(); in TEST() local
525 auto SCCI = CG.postorder_scc_begin(), SCCE = CG.postorder_scc_end(); in TEST() local
637 auto SCCI = CG1.postorder_scc_begin(); in TEST() local
690 auto SCCI = CG1.postorder_scc_begin(); in TEST() local