Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/tools/opt/
H A DPrintSCC.cpp77 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()
/minix/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DYAMLParser.h524 if (isAtEnd() || Other.isAtEnd())
525 return isAtEnd() && Other.isAtEnd();
547 bool isAtEnd() const { return !Doc || !*Doc; } in isAtEnd() function
/minix/external/bsd/llvm/dist/clang/lib/Lex/
H A DTokenLexer.cpp421 if (isAtEnd()) { in Lex()
447 if (!isAtEnd() && Macro && in Lex()
533 assert(!isAtEnd() && "No token on the RHS of a paste operator!"); in PasteTokens()
660 } while (!isAtEnd() && Tokens[CurToken].is(tok::hashhash)); in PasteTokens()
699 if (isAtEnd()) in isNextTokenLParen()
707 return Tokens[NumTokens-1].is(tok::eod) && !isAtEnd(); in isParsingPreprocessorDirective()
/minix/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DTokenLexer.h158 bool isAtEnd() const { in isAtEnd() function
/minix/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DSCCIterator.h107 bool isAtEnd() const { in isAtEnd() function
/minix/external/bsd/llvm/dist/llvm/lib/Analysis/IPA/
H A DCallGraphSCCPass.cpp446 while (!CGI.isAtEnd()) { in runOnModule()
H A DGlobalsModRef.cpp361 for (scc_iterator<CallGraph*> I = scc_begin(&CG); !I.isAtEnd(); ++I) { in AnalyzeCallGraph()
/minix/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp688 for (auto I = scc_begin(G); !I.isAtEnd(); ++I) { in analyzeIrreducible()
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp285 for (Order.clear(); !I.isAtEnd(); ++I) { in orderNodes()
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp625 for (scc_iterator<ArgumentGraph*> I = scc_begin(&AG); !I.isAtEnd(); ++I) { in AddArgumentAttrs()
/minix/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp935 for (scc_iterator<MachineFunction *> It = scc_begin(MF); !It.isAtEnd(); in orderBlocks()