Searched refs:SmallPtrSetIterator (Results 1 – 6 of 6) 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 *>;
969 SmallPtrSetIterator<VNInfo *> It1 = EqualVNs[ParentVNI->id].begin(); in computeRedundantBackCopies()970 SmallPtrSetIterator<VNInfo *> It2 = It1; in computeRedundantBackCopies()
363 SmallPtrSetIterator<MachineInstr *> It = in analyzeMF()
148 for (SmallPtrSetIterator<BasicBlock *> PI = Preds.begin(), PE = Preds.end(); in FlattenParallelAndOr()
800 iterator_range<SmallPtrSetIterator<llvm::InterleaveGroup<Instruction> *>>