Searched refs:It1 (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h227 template<typename It1, typename It2>
228 static void uninitialized_move(It1 I, It1 E, It2 Dest) {
235 template<typename It1, typename It2>
236 static void uninitialized_copy(It1 I, It1 E, It2 Dest) {
314 template<typename It1, typename It2>
315 static void uninitialized_move(It1 I, It1 E, It2 Dest) {
322 template<typename It1, typenam
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp100 auto It1 = C1.begin(), End1 = C1.end(); local
102 if (It1 == End1)
104 if (*It0 == *It1) {
106 ++It1;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h214 template<typename It1, typename It2>
215 static void uninitialized_copy(It1 I, It1 E, It2 Dest) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp301 MachineBasicBlock::iterator It1 = B.begin(), It2 = B.begin(); local
302 std::advance(It1, MinX);
304 MachineInstr &Def1 = *It1, &Def2 = *It2;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp976 SmallPtrSetIterator<VNInfo *> It1 = EqualVNs[ParentVNI->id].begin(); local
977 SmallPtrSetIterator<VNInfo *> It2 = It1;
978 for (; It1 != EqualVNs[ParentVNI->id].end(); ++It1) {
979 It2 = It1;
981 if (DominatedVNIs.count(*It1) || DominatedVNIs.count(*It2))
984 MachineBasicBlock *MBB1 = LIS.getMBBFromIndex((*It1)->def);
987 DominatedVNIs.insert((*It1)->def < (*It2)->def ? (*It2) : (*It1));
991 DominatedVNIs.insert(*It1);
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCopyConfig.cpp877 auto It1 = find_if( local
882 if (It1 != Config.RPathsToUpdate.end())
884 "cannot specify both -rpath " + It1->getFirst() +
885 " " + It1->getSecond() + " and -rpath " +
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h235 template <class It1, class It2>
236 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther,

Completed in 96 milliseconds