Searched refs:SmallPtrSetIterator (Results 1 – 5 of 5) sorted by relevance
266 class SmallPtrSetIterator : public SmallPtrSetIteratorImpl,277 explicit SmallPtrSetIterator(const void *const *BP, const void *const *E, in SmallPtrSetIterator() function293 inline SmallPtrSetIterator& operator++() { // Preincrement305 SmallPtrSetIterator operator++(int) { // Postincrement306 SmallPtrSetIterator tmp = *this;353 using iterator = SmallPtrSetIterator<PtrType>;354 using const_iterator = SmallPtrSetIterator<PtrType>;
57 using InstrSetIterator = SmallPtrSetIterator<MachineInstr *>;
974 SmallPtrSetIterator<VNInfo *> It1 = EqualVNs[ParentVNI->id].begin(); in computeRedundantBackCopies()975 SmallPtrSetIterator<VNInfo *> It2 = It1; in computeRedundantBackCopies()
148 for (SmallPtrSetIterator<BasicBlock *> PI = Preds.begin(), PE = Preds.end(); in FlattenParallelAndOr()
775 iterator_range<SmallPtrSetIterator<llvm::InterleaveGroup<Instruction> *>>