Searched refs:SmallPtrSetIterator (Results 1 – 5 of 5) sorted by relevance
267 class LLVM_DEBUGEPOCHBASE_HANDLEBASE_EMPTYBASE SmallPtrSetIterator279 explicit SmallPtrSetIterator(const void *const *BP, const void *const *E, in SmallPtrSetIterator() function295 inline SmallPtrSetIterator& operator++() { // Preincrement307 SmallPtrSetIterator operator++(int) { // Postincrement308 SmallPtrSetIterator tmp = *this;355 using iterator = SmallPtrSetIterator<PtrType>;356 using const_iterator = SmallPtrSetIterator<PtrType>;
56 using InstrSetIterator = SmallPtrSetIterator<MachineInstr *>;
982 SmallPtrSetIterator<VNInfo *> It1 = EqualVNs[ParentVNI->id].begin(); in computeRedundantBackCopies()983 SmallPtrSetIterator<VNInfo *> It2 = It1; in computeRedundantBackCopies()
363 SmallPtrSetIterator<MachineInstr *> It = in analyzeMF()
635 iterator_range<SmallPtrSetIterator<llvm::InterleaveGroup<Instruction> *>>