Searched refs:SmallPtrSetIterator (Results 1 – 5 of 5) sorted by relevance
270 class LLVM_DEBUGEPOCHBASE_HANDLEBASE_EMPTYBASE SmallPtrSetIterator282 explicit SmallPtrSetIterator(const void *const *BP, const void *const *E, in SmallPtrSetIterator() function298 inline SmallPtrSetIterator& operator++() { // Preincrement310 SmallPtrSetIterator operator++(int) { // Postincrement311 SmallPtrSetIterator tmp = *this;333 using iterator = SmallPtrSetIterator<PtrType>;334 using const_iterator = SmallPtrSetIterator<PtrType>;
56 using InstrSetIterator = SmallPtrSetIterator<MachineInstr *>;
981 SmallPtrSetIterator<VNInfo *> It1 = EqualVNs[ParentVNI->id].begin(); in computeRedundantBackCopies()982 SmallPtrSetIterator<VNInfo *> It2 = It1; in computeRedundantBackCopies()
363 SmallPtrSetIterator<MachineInstr *> It = in analyzeMF()
661 iterator_range<SmallPtrSetIterator<llvm::InterleaveGroup<Instruction> *>>