Home
last modified time | relevance | path

Searched refs:EEnd (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMustExecute.h460 for (auto EIt = begin(PP), EEnd = end(PP); EIt != EEnd; ++EIt) in checkForAllContext() local
473 auto EIt = begin(PP), EEnd = end(PP); in findInContextOf() local
474 return findInContextOf(I, EIt, EEnd); in findInContextOf()
483 bool findInContextOf(const Instruction *I, iterator &EIt, iterator &EEnd) { in findInContextOf()
485 while (!Found && EIt != EEnd) in findInContextOf()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp471 auto EIt = Explorer.begin(getCtxI()), EEnd = Explorer.end(getCtxI()); in getAttrsFromAssumes() local
473 if (Explorer.findInContextOf(It.first, EIt, EEnd)) in getAttrsFromAssumes()
H A DAttributorAttributes.cpp633 auto EIt = Explorer.begin(CtxI), EEnd = Explorer.end(CtxI); in followUsesInContext() local
637 bool Found = Explorer.findInContextOf(UserI, EIt, EEnd); in followUsesInContext()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp2389 EEnd = PPRec.local_end(); in WritePreprocessorDetail() local
2390 E != EEnd; in WritePreprocessorDetail()