Searched refs:EEnd (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | MustExecute.h | 460 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 D | Attributor.cpp | 471 auto EIt = Explorer.begin(getCtxI()), EEnd = Explorer.end(getCtxI()); in getAttrsFromAssumes() local 473 if (Explorer.findInContextOf(It.first, EIt, EEnd)) in getAttrsFromAssumes()
|
| H A D | AttributorAttributes.cpp | 633 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 D | ASTWriter.cpp | 2389 EEnd = PPRec.local_end(); in WritePreprocessorDetail() local 2390 E != EEnd; in WritePreprocessorDetail()
|