| /llvm-project-15.0.7/llvm/tools/opt/ |
| H A D | PrintSCC.cpp | 76 for (scc_iterator<Function*> SCCI = scc_begin(&F); !SCCI.isAtEnd(); ++SCCI) { in runOnFunction() 97 for (scc_iterator<CallGraph*> SCCI = scc_begin(&CG); !SCCI.isAtEnd(); in runOnModule()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | YAMLParser.h | 593 if (isAtEnd() || Other.isAtEnd()) 594 return isAtEnd() && Other.isAtEnd(); 618 bool isAtEnd() const { return !Doc || !*Doc; } in isAtEnd() function
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | SyntheticCountsUtils.cpp | 89 for (auto I = scc_begin(CG); !I.isAtEnd(); ++I) in propagate()
|
| H A D | GlobalsModRef.cpp | 460 for (scc_iterator<CallGraph *> I = scc_begin(&CG); !I.isAtEnd(); ++I) { in CollectSCCMembership() 478 for (scc_iterator<CallGraph *> I = scc_begin(&CG); !I.isAtEnd(); ++I) { in AnalyzeCallGraph()
|
| H A D | MLInlineAdvisor.cpp | 105 for (auto I = scc_begin(&CGraph); !I.isAtEnd(); ++I) { in MLInlineAdvisor()
|
| H A D | CallGraphSCCPass.cpp | 516 while (!CGI.isAtEnd()) { in runOnModule()
|
| H A D | BlockFrequencyInfoImpl.cpp | 810 for (auto I = scc_begin(G); !I.isAtEnd(); ++I) { in analyzeIrreducible()
|
| H A D | BranchProbabilityInfo.cpp | 221 for (scc_iterator<const Function *> It = scc_begin(&F); !It.isAtEnd(); in SccInfo()
|
| /llvm-project-15.0.7/clang/include/clang/Lex/ |
| H A D | TokenLexer.h | 159 bool isAtEnd() const { in isAtEnd() function
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | TokenLexer.cpp | 623 if (isAtEnd()) { in Lex() 651 if (!isAtEnd() && Macro && in Lex() 928 if (isAtEnd()) in isNextTokenLParen() 936 return Tokens[NumTokens-1].is(tok::eod) && !isAtEnd(); in isParsingPreprocessorDirective()
|
| /llvm-project-15.0.7/llvm/tools/llvm-profgen/ |
| H A D | CSPreInliner.cpp | 82 while (!I.isAtEnd()) { in buildTopDownOrder()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | FixIrreducible.cpp | 272 for (auto Scc = scc_begin(G); !Scc.isAtEnd(); ++Scc) { in makeReducible()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | SCCIterator.h | 112 bool isAtEnd() const { in isAtEnd() function
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | FunctionAttrs.cpp | 534 for (scc_iterator<ModuleSummaryIndex *> I = scc_begin(&Index); !I.isAtEnd(); in thinLTOPropagateFunctionAttrs() 993 for (scc_iterator<ArgumentGraph *> I = scc_begin(&AG); !I.isAtEnd(); ++I) { in addArgumentAttrs() 2038 for (scc_iterator<CallGraph *> I = scc_begin(&CG); !I.isAtEnd(); ++I) { in deduceFunctionAttributeInRPO()
|
| H A D | SampleProfile.cpp | 1882 while (!CGI.isAtEnd()) { in buildFunctionOrder() 1898 while (!CGI.isAtEnd()) { in buildFunctionOrder()
|
| H A D | AttributorAttributes.cpp | 2850 for (scc_iterator<Function *> SCCI = scc_begin(&F); !SCCI.isAtEnd(); ++SCCI) in mayContainUnboundedCycle()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | ModuleSummaryIndex.cpp | 358 !I.isAtEnd(); ++I) { in dumpSCCs()
|
| /llvm-project-15.0.7/mlir/lib/Transforms/ |
| H A D | Inliner.cpp | 293 while (!cgi.isAtEnd()) { in runTransformOnCGSCCs()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | StructurizeCFG.cpp | 387 !SCCI.isAtEnd(); ++SCCI) { in INITIALIZE_PASS_DEPENDENCY()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | R600MachineCFGStructurizer.cpp | 850 for (scc_iterator<MachineFunction *> It = scc_begin(MF); !It.isAtEnd(); in orderBlocks()
|