Home
last modified time | relevance | path

Searched refs:isAtEnd (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/llvm/tools/opt/
H A DPrintSCC.cpp76 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 DYAMLParser.h593 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 DSyntheticCountsUtils.cpp89 for (auto I = scc_begin(CG); !I.isAtEnd(); ++I) in propagate()
H A DGlobalsModRef.cpp460 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 DMLInlineAdvisor.cpp105 for (auto I = scc_begin(&CGraph); !I.isAtEnd(); ++I) { in MLInlineAdvisor()
H A DCallGraphSCCPass.cpp516 while (!CGI.isAtEnd()) { in runOnModule()
H A DBlockFrequencyInfoImpl.cpp810 for (auto I = scc_begin(G); !I.isAtEnd(); ++I) { in analyzeIrreducible()
H A DBranchProbabilityInfo.cpp221 for (scc_iterator<const Function *> It = scc_begin(&F); !It.isAtEnd(); in SccInfo()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DTokenLexer.h159 bool isAtEnd() const { in isAtEnd() function
/llvm-project-15.0.7/clang/lib/Lex/
H A DTokenLexer.cpp623 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 DCSPreInliner.cpp82 while (!I.isAtEnd()) { in buildTopDownOrder()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp272 for (auto Scc = scc_begin(G); !Scc.isAtEnd(); ++Scc) { in makeReducible()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DSCCIterator.h112 bool isAtEnd() const { in isAtEnd() function
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp534 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 DSampleProfile.cpp1882 while (!CGI.isAtEnd()) { in buildFunctionOrder()
1898 while (!CGI.isAtEnd()) { in buildFunctionOrder()
H A DAttributorAttributes.cpp2850 for (scc_iterator<Function *> SCCI = scc_begin(&F); !SCCI.isAtEnd(); ++SCCI) in mayContainUnboundedCycle()
/llvm-project-15.0.7/llvm/lib/IR/
H A DModuleSummaryIndex.cpp358 !I.isAtEnd(); ++I) { in dumpSCCs()
/llvm-project-15.0.7/mlir/lib/Transforms/
H A DInliner.cpp293 while (!cgi.isAtEnd()) { in runTransformOnCGSCCs()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp387 !SCCI.isAtEnd(); ++SCCI) { in INITIALIZE_PASS_DEPENDENCY()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp850 for (scc_iterator<MachineFunction *> It = scc_begin(MF); !It.isAtEnd(); in orderBlocks()