Searched refs:EEnd (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MustExecute.h | 458 for (auto EIt = begin(PP), EEnd = end(PP); EIt != EEnd; ++EIt) in checkForAllContext() local 471 auto EIt = begin(PP), EEnd = end(PP); in findInContextOf() local 472 return findInContextOf(I, EIt, EEnd); in findInContextOf() 475 /// Helper to look for \p I in the context defined by \p EIt and \p EEnd. 481 bool findInContextOf(const Instruction *I, iterator &EIt, iterator &EEnd) { in findInContextOf() 483 while (!Found && EIt != EEnd) in findInContextOf()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 1105 EEnd = Explorer->end(IRP.getCtxI()); in getAttrsFromAssumes() local 1107 if (Explorer->findInContextOf(It.first, EIt, EEnd)) in getAttrsFromAssumes()
|
H A D | AttributorAttributes.cpp | 624 auto EIt = Explorer.begin(CtxI), EEnd = Explorer.end(CtxI); in followUsesInContext() local 628 bool Found = Explorer.findInContextOf(UserI, EIt, EEnd); in followUsesInContext()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 2766 EEnd = PPRec.local_end(); in WritePreprocessorDetail() local 2767 E != EEnd; in WritePreprocessorDetail()
|