Home
last modified time | relevance | path

Searched refs:ItEnd (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGenericDomTreeUpdaterImpl.h183 for (auto It = begin, ItEnd = end; It != ItEnd; ++It) { in dump() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp207 ItEnd = std::sregex_iterator(); in parseAnnotation() local
208 It != ItEnd; ++It) { in parseAnnotation()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp1202 auto ItEnd = IEnd->getIterator(); in cloneAndAdaptNoAliasScopes() local
1203 ++ItEnd; // IEnd is included, increment ItEnd to get the end of the range in cloneAndAdaptNoAliasScopes()
1204 for (auto &I : llvm::make_range(ItStart, ItEnd)) in cloneAndAdaptNoAliasScopes()