Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h599 if (isAtEnd() || Other.isAtEnd())
600 return isAtEnd() && Other.isAtEnd();
624 bool isAtEnd() const { return !Doc || !*Doc; } in isAtEnd() function
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DCFGSCCPrinter.cpp19 for (scc_iterator<Function *> SCCI = scc_begin(&F); !SCCI.isAtEnd(); ++SCCI) { in run()
H A DSyntheticCountsUtils.cpp89 for (auto I = scc_begin(CG); !I.isAtEnd(); ++I) in propagate()
H A DCallGraph.cpp317 for (scc_iterator<CallGraph *> SCCI = scc_begin(&CG); !SCCI.isAtEnd(); in run()
H A DGlobalsModRef.cpp480 for (scc_iterator<CallGraph *> I = scc_begin(&CG); !I.isAtEnd(); ++I) { in CollectSCCMembership()
498 for (scc_iterator<CallGraph *> I = scc_begin(&CG); !I.isAtEnd(); ++I) { in AnalyzeCallGraph()
H A DCallGraphSCCPass.cpp509 while (!CGI.isAtEnd()) { in runOnModule()
H A DMLInlineAdvisor.cpp158 for (auto I = scc_begin(&CGraph); !I.isAtEnd(); ++I) { in MLInlineAdvisor()
H A DBlockFrequencyInfoImpl.cpp787 for (auto I = scc_begin(G); !I.isAtEnd(); ++I) { in analyzeIrreducible()
H A DBranchProbabilityInfo.cpp222 for (scc_iterator<const Function *> It = scc_begin(&F); !It.isAtEnd(); in SccInfo()
/src/contrib/llvm-project/clang/include/clang/Lex/
H A DTokenLexer.h159 bool isAtEnd() const { in isAtEnd() function
/src/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp624 if (isAtEnd()) { in Lex()
652 if (!isAtEnd() && Macro && in Lex()
929 if (isAtEnd()) in isNextTokenLParen()
937 return Tokens[NumTokens-1].is(tok::eod) && !isAtEnd(); in isParsingPreprocessorDirective()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp269 for (auto Scc = scc_begin(G); !Scc.isAtEnd(); ++Scc) { in makeReducible()
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSCCIterator.h113 bool isAtEnd() const { in isAtEnd() function
/src/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp370 !I.isAtEnd(); ++I) { in dumpSCCs()
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp479 for (scc_iterator<ModuleSummaryIndex *> I = scc_begin(&Index); !I.isAtEnd(); in thinLTOPropagateFunctionAttrs()
949 for (scc_iterator<ArgumentGraph *> I = scc_begin(&AG); !I.isAtEnd(); ++I) { in addArgumentAttrs()
H A DSampleProfile.cpp1926 while (!CGI.isAtEnd()) { in buildFunctionOrder()
H A DAttributorAttributes.cpp3255 for (scc_iterator<Function *> SCCI = scc_begin(&F); !SCCI.isAtEnd(); ++SCCI) in mayContainUnboundedCycle()
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp396 !SCCI.isAtEnd(); ++SCCI) { in INITIALIZE_PASS_DEPENDENCY()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp850 for (scc_iterator<MachineFunction *> It = scc_begin(MF); !It.isAtEnd(); in orderBlocks()