Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Analysis/
H A DCFGSCCPrinter.cpp19 for (scc_iterator<Function *> SCCI = scc_begin(&F); !SCCI.isAtEnd(); ++SCCI) { in run() local
H A DCallGraph.cpp317 for (scc_iterator<CallGraph *> SCCI = scc_begin(&CG); !SCCI.isAtEnd(); in run() local
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DNoRecursionCheck.cpp262 for (llvm::scc_iterator<CallGraph *> SCCI = llvm::scc_begin(&CG), in check() local
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DInfiniteLoopCheck.cpp262 for (llvm::scc_iterator<CallGraph *> SCCI = llvm::scc_begin(&CG), in hasRecursionOverStaticLoopCondVariables() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp393 for (auto SCCI = INITIALIZE_PASS_DEPENDENCY() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3255 for (scc_iterator<Function *> SCCI = scc_begin(&F); !SCCI.isAtEnd(); ++SCCI) mayContainUnboundedCycle() local