Home
last modified time | relevance | path

Searched refs:SCCI (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
DPrintSCC.cpp77 for (scc_iterator<Function*> SCCI = scc_begin(&F); !SCCI.isAtEnd(); ++SCCI) { in runOnFunction() local
78 const std::vector<BasicBlock *> &nextSCC = *SCCI; in runOnFunction()
83 if (nextSCC.size() == 1 && SCCI.hasLoop()) in runOnFunction()
97 for (scc_iterator<CallGraph*> SCCI = scc_begin(&CG); !SCCI.isAtEnd(); in runOnModule() local
98 ++SCCI) { in runOnModule()
99 const std::vector<CallGraphNode*> &nextSCC = *SCCI; in runOnModule()
105 if (nextSCC.size() == 1 && SCCI.hasLoop()) in runOnModule()
/external/llvm/tools/opt/
DPrintSCC.cpp77 for (scc_iterator<Function*> SCCI = scc_begin(&F); !SCCI.isAtEnd(); ++SCCI) { in runOnFunction() local
78 const std::vector<BasicBlock *> &nextSCC = *SCCI; in runOnFunction()
83 if (nextSCC.size() == 1 && SCCI.hasLoop()) in runOnFunction()
97 for (scc_iterator<CallGraph*> SCCI = scc_begin(&CG); !SCCI.isAtEnd(); in runOnModule() local
98 ++SCCI) { in runOnModule()
99 const std::vector<CallGraphNode*> &nextSCC = *SCCI; in runOnModule()
105 if (nextSCC.size() == 1 && SCCI.hasLoop()) in runOnModule()
/external/swiftshader/third_party/LLVM/tools/opt/
DPrintSCC.cpp77 for (scc_iterator<Function*> SCCI = scc_begin(&F), in runOnFunction() local
78 E = scc_end(&F); SCCI != E; ++SCCI) { in runOnFunction()
79 std::vector<BasicBlock*> &nextSCC = *SCCI; in runOnFunction()
84 if (nextSCC.size() == 1 && SCCI.hasLoop()) in runOnFunction()
98 for (scc_iterator<CallGraphNode*> SCCI = scc_begin(rootNode), in runOnModule() local
99 E = scc_end(rootNode); SCCI != E; ++SCCI) { in runOnModule()
100 const std::vector<CallGraphNode*> &nextSCC = *SCCI; in runOnModule()
106 if (nextSCC.size() == 1 && SCCI.hasLoop()) in runOnModule()