Searched refs:isAtEnd (Results 1 – 19 of 19) sorted by relevance
601 if (isAtEnd() || Other.isAtEnd())602 return isAtEnd() && Other.isAtEnd();626 bool isAtEnd() const { return !Doc || !*Doc; } in isAtEnd() function
19 for (scc_iterator<Function *> SCCI = scc_begin(&F); !SCCI.isAtEnd(); ++SCCI) { in run()
86 for (auto I = scc_begin(CG); !I.isAtEnd(); ++I) in propagate()
272 for (scc_iterator<CallGraph *> SCCI = scc_begin(&CG); !SCCI.isAtEnd(); in run()
480 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()
507 while (!CGI.isAtEnd()) { in runOnModule()
159 for (auto I = scc_begin(&CGraph); !I.isAtEnd(); ++I) { in MLInlineAdvisor()
787 for (auto I = scc_begin(G); !I.isAtEnd(); ++I) { in analyzeIrreducible()
218 for (scc_iterator<const Function *> It = scc_begin(&F); !It.isAtEnd(); in SccInfo()
159 bool isAtEnd() const { in isAtEnd() function
623 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()
113 bool isAtEnd() const { in isAtEnd() function
282 for (scc_iterator<CallGraph *> SCCI = scc_begin(&CG); !SCCI.isAtEnd(); in initialize()
381 !I.isAtEnd(); ++I) { in dumpSCCs()
496 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()
1926 while (!CGI.isAtEnd()) { in buildFunctionOrder()
3297 for (scc_iterator<Function *> SCCI = scc_begin(&F); !SCCI.isAtEnd(); ++SCCI) in mayContainUnboundedCycle()
436 !SCCI.isAtEnd(); ++SCCI) { in INITIALIZE_PASS_DEPENDENCY()
841 for (scc_iterator<MachineFunction *> It = scc_begin(MF); !It.isAtEnd(); in orderBlocks()