Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DYAMLParser.h594 if (isAtEnd() || Other.isAtEnd())
595 return isAtEnd() && Other.isAtEnd();
619 bool isAtEnd() const { return !Doc || !*Doc; } in isAtEnd() function
/openbsd/gnu/llvm/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 DGlobalsModRef.cpp472 for (scc_iterator<CallGraph *> I = scc_begin(&CG); !I.isAtEnd(); ++I) { in CollectSCCMembership()
490 for (scc_iterator<CallGraph *> I = scc_begin(&CG); !I.isAtEnd(); ++I) { in AnalyzeCallGraph()
H A DCallGraph.cpp317 for (scc_iterator<CallGraph *> SCCI = scc_begin(&CG); !SCCI.isAtEnd(); in run()
H A DMLInlineAdvisor.cpp105 for (auto I = scc_begin(&CGraph); !I.isAtEnd(); ++I) { in MLInlineAdvisor()
H A DCallGraphSCCPass.cpp508 while (!CGI.isAtEnd()) { in runOnModule()
H A DBlockFrequencyInfoImpl.cpp810 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()
/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DTokenLexer.h159 bool isAtEnd() const { in isAtEnd() function
/openbsd/gnu/llvm/clang/lib/Lex/
H A DTokenLexer.cpp625 if (isAtEnd()) { in Lex()
653 if (!isAtEnd() && Macro && in Lex()
930 if (isAtEnd()) in isNextTokenLParen()
938 return Tokens[NumTokens-1].is(tok::eod) && !isAtEnd(); in isParsingPreprocessorDirective()
/openbsd/gnu/llvm/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp82 while (!I.isAtEnd()) { in buildTopDownOrder()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp272 for (auto Scc = scc_begin(G); !Scc.isAtEnd(); ++Scc) { in makeReducible()
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DSCCIterator.h112 bool isAtEnd() const { in isAtEnd() function
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp447 for (scc_iterator<ModuleSummaryIndex *> I = scc_begin(&Index); !I.isAtEnd(); in thinLTOPropagateFunctionAttrs()
906 for (scc_iterator<ArgumentGraph *> I = scc_begin(&AG); !I.isAtEnd(); ++I) { in addArgumentAttrs()
1951 for (scc_iterator<CallGraph *> I = scc_begin(&CG); !I.isAtEnd(); ++I) { in deduceFunctionAttributeInRPO()
H A DSampleProfile.cpp1915 while (!CGI.isAtEnd()) { in buildFunctionOrder()
1931 while (!CGI.isAtEnd()) { in buildFunctionOrder()
H A DAttributorAttributes.cpp3275 for (scc_iterator<Function *> SCCI = scc_begin(&F); !SCCI.isAtEnd(); ++SCCI) in mayContainUnboundedCycle()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DModuleSummaryIndex.cpp358 !I.isAtEnd(); ++I) { in dumpSCCs()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp396 !SCCI.isAtEnd(); ++SCCI) { in INITIALIZE_PASS_DEPENDENCY()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp850 for (scc_iterator<MachineFunction *> It = scc_begin(MF); !It.isAtEnd(); in orderBlocks()