Searched refs:SmallPtrSetIterator (Results 1 – 5 of 5) sorted by relevance
267 class SmallPtrSetIterator : public SmallPtrSetIteratorImpl,278 explicit SmallPtrSetIterator(const void *const *BP, const void *const *E, in SmallPtrSetIterator() function294 inline SmallPtrSetIterator& operator++() { // Preincrement306 SmallPtrSetIterator operator++(int) { // Postincrement307 SmallPtrSetIterator tmp = *this;354 using iterator = SmallPtrSetIterator<PtrType>;355 using const_iterator = SmallPtrSetIterator<PtrType>;
56 using InstrSetIterator = SmallPtrSetIterator<MachineInstr *>;
968 SmallPtrSetIterator<VNInfo *> It1 = EqualVNs[ParentVNI->id].begin(); in computeRedundantBackCopies()969 SmallPtrSetIterator<VNInfo *> It2 = It1; in computeRedundantBackCopies()
363 SmallPtrSetIterator<MachineInstr *> It = in analyzeMF()
814 iterator_range<SmallPtrSetIterator<llvm::InterleaveGroup<Instruction> *>>