Home
last modified time | relevance | path

Searched defs:It2 (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DRange.cpp25 auto It2 = It; in insert() local
/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.cpp975 SmallPtrSetIterator<VNInfo *> It2 = It1; in computeRedundantBackCopies() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DConfigManager.cpp1134 auto It2 = find_if(Config.RPathsToRemove, Match); in parseInstallNameToolOptions() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1062 auto It2 = InLookAheadValues.find(U); in getExternalUsesCost() local
2499 nodes_iterator(const ItTy &It2) : It(It2) {} in nodes_iterator()