Searched defs:It2 (Results 1 – 12 of 12) sorted by relevance
31 using It2 = bidirectional_iterator<int*>; typedef
33 using It2 = forward_iterator<int*>; typedef
20 using It2 = IndirectlyReadable<struct Token2>; typedef
25 auto It2 = It; in insert() local
262 MachineBasicBlock::iterator It1 = B.begin(), It2 = B.begin(); in genMuxInBlock() local
301 MachineBasicBlock::iterator It1 = B.begin(), It2 = B.begin(); in genMuxInBlock() local
346 auto It2 = path::rbegin(CacheDir2); in TEST() local
768 SmallPtrSetIterator<VNInfo *> It2 = It1; in computeRedundantBackCopies() local
969 SmallPtrSetIterator<VNInfo *> It2 = It1; in computeRedundantBackCopies() local
889 auto It2 = InLookAheadValues.find(U); in getExternalUsesCost() local2273 nodes_iterator(const ItTy &It2) : It(It2) {} in nodes_iterator()