Home
last modified time | relevance | path

Searched refs:It2 (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DRange.cpp25 auto It2 = It; in insert() local
26 while (It2 != Ranges.end() && It2->Start < Range.End) in insert()
27 ++It2; in insert()
28 if (It != It2) { in insert()
29 Range.End = std::max(Range.End, It2[-1].End); in insert()
30 It = Ranges.erase(It, It2); in insert()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSmallVector.h333 template<typename It1, typename It2>
334 static void uninitialized_move(It1 I, It1 E, It2 Dest) { in uninitialized_move()
341 template<typename It1, typename It2>
342 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy()
479 template<typename It1, typename It2>
480 static void uninitialized_move(It1 I, It1 E, It2 Dest) { in uninitialized_move()
487 template<typename It1, typename It2>
488 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp301 MachineBasicBlock::iterator It1 = B.begin(), It2 = B.begin(); in genMuxInBlock() local
303 std::advance(It2, MaxX); in genMuxInBlock()
304 MachineInstr &Def1 = *It1, &Def2 = *It2; in genMuxInBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.cpp975 SmallPtrSetIterator<VNInfo *> It2 = It1; in computeRedundantBackCopies() local
977 It2 = It1; in computeRedundantBackCopies()
978 for (++It2; It2 != EqualVNs[ParentVNI->id].end(); ++It2) { in computeRedundantBackCopies()
979 if (DominatedVNIs.count(*It1) || DominatedVNIs.count(*It2)) in computeRedundantBackCopies()
983 MachineBasicBlock *MBB2 = LIS.getMBBFromIndex((*It2)->def); in computeRedundantBackCopies()
985 DominatedVNIs.insert((*It1)->def < (*It2)->def ? (*It2) : (*It1)); in computeRedundantBackCopies()
987 DominatedVNIs.insert(*It2); in computeRedundantBackCopies()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTVector.h214 template<typename It1, typename It2>
215 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h234 template <class It1, class It2>
235 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther, in LoopData()
236 It2 LastOther) in LoopData()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DConfigManager.cpp1134 auto It2 = find_if(Config.RPathsToRemove, Match); in parseInstallNameToolOptions() local
1135 if (It2 != Config.RPathsToRemove.end()) in parseInstallNameToolOptions()
1137 "cannot specify both -delete_rpath '" + *It2 + in parseInstallNameToolOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1062 auto It2 = InLookAheadValues.find(U); in getExternalUsesCost() local
1063 if (It2 != InLookAheadValues.end()) { in getExternalUsesCost()
1065 if (It2->second != Ln) in getExternalUsesCost()
2499 nodes_iterator(const ItTy &It2) : It(It2) {} in nodes_iterator() argument
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20171240 (equal(It1, It1, It2, It2), equal(It1, It1, It2, It2, BinaryPred)):