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

/external/llvm/tools/opt/
H A DPrintSCC.cpp77 for (scc_iterator<Function*> SCCI = scc_begin(&F); !SCCI.isAtEnd(); ++SCCI) {
78 const std::vector<BasicBlock *> &nextSCC = *SCCI;
83 if (nextSCC.size() == 1 && SCCI.hasLoop())
97 for (scc_iterator<CallGraph*> SCCI = scc_begin(&CG); !SCCI.isAtEnd();
98 ++SCCI) {
99 const std::vector<CallGraphNode*> &nextSCC = *SCCI;
105 if (nextSCC.size() == 1 && SCCI
[all...]
/external/llvm/unittests/Analysis/
H A DLazyCallGraphTest.cpp206 auto SCCI = CG.postorder_scc_begin(); local
208 LazyCallGraph::SCC &D = *SCCI++;
222 LazyCallGraph::SCC &C = *SCCI++;
236 LazyCallGraph::SCC &B = *SCCI++;
252 LazyCallGraph::SCC &A = *SCCI++;
268 EXPECT_EQ(CG.postorder_scc_end(), SCCI);
360 auto SCCI = CG.postorder_scc_begin(); local
361 LazyCallGraph::SCC &SCC = *SCCI++;
362 EXPECT_EQ(CG.postorder_scc_end(), SCCI);
525 auto SCCI local
637 auto SCCI = CG1.postorder_scc_begin(); local
690 auto SCCI = CG1.postorder_scc_begin(); local
[all...]

Completed in 50 milliseconds