Searched refs:EEnd (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 1113 EEnd = Explorer->end(IRP.getCtxI()); in getAttrsFromAssumes() local 1115 if (Explorer->findInContextOf(It.first, EIt, EEnd)) in getAttrsFromAssumes()
|
| H A D | AttributorAttributes.cpp | 625 auto EIt = Explorer.begin(CtxI), EEnd = Explorer.end(CtxI); in followUsesInContext() local 629 bool Found = Explorer.findInContextOf(UserI, EIt, EEnd); in followUsesInContext()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 2842 EEnd = PPRec.local_end(); in WritePreprocessorDetail() local 2843 E != EEnd; in WritePreprocessorDetail()
|