Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h601 if (isAtEnd() || Other.isAtEnd())
602 return isAtEnd() && Other.isAtEnd();
626 bool isAtEnd() const { return !Doc || !*Doc; } in isAtEnd() function
/freebsd/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.cpp86 for (auto I = scc_begin(CG); !I.isAtEnd(); ++I) in propagate()
H A DCallGraph.cpp272 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.cpp507 while (!CGI.isAtEnd()) { in runOnModule()
H A DMLInlineAdvisor.cpp159 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.cpp218 for (scc_iterator<const Function *> It = scc_begin(&F); !It.isAtEnd(); in SccInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DTokenLexer.h159 bool isAtEnd() const { in isAtEnd() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp623 if (isAtEnd()) { in Lex()
651 if (!isAtEnd() && Macro && in Lex()
939 if (isAtEnd()) in peekNextPPToken()
947 return Tokens[NumTokens-1].is(tok::eod) && !isAtEnd(); in isParsingPreprocessorDirective()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSCCIterator.h113 bool isAtEnd() const { in isAtEnd() function
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILShaderFlags.cpp282 for (scc_iterator<CallGraph *> SCCI = scc_begin(&CG); !SCCI.isAtEnd(); in initialize()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp381 !I.isAtEnd(); ++I) { in dumpSCCs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp496 for (scc_iterator<ModuleSummaryIndex *> I = scc_begin(&Index); !I.isAtEnd(); in thinLTOPropagateFunctionAttrs()
1333 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.cpp3297 for (scc_iterator<Function *> SCCI = scc_begin(&F); !SCCI.isAtEnd(); ++SCCI) in mayContainUnboundedCycle()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp436 !SCCI.isAtEnd(); ++SCCI) { in INITIALIZE_PASS_DEPENDENCY()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp841 for (scc_iterator<MachineFunction *> It = scc_begin(MF); !It.isAtEnd(); in orderBlocks()