Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1113 EEnd = Explorer->end(IRP.getCtxI()); in getAttrsFromAssumes() local
1115 if (Explorer->findInContextOf(It.first, EIt, EEnd)) in getAttrsFromAssumes()
H A DAttributorAttributes.cpp625 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 DASTWriter.cpp2842 EEnd = PPRec.local_end(); in WritePreprocessorDetail() local
2843 E != EEnd; in WritePreprocessorDetail()