Searched refs:SmallPtrSetIterator (Results 1 – 4 of 4) sorted by relevance
179 class SmallPtrSetIterator : public SmallPtrSetIteratorImpl {189 explicit SmallPtrSetIterator(const void *const *BP, const void *const *E) in SmallPtrSetIterator() function199 inline SmallPtrSetIterator& operator++() { // Preincrement205 SmallPtrSetIterator operator++(int) { // Postincrement206 SmallPtrSetIterator tmp = *this; ++*this; return tmp;257 typedef SmallPtrSetIterator<PtrType> iterator;258 typedef SmallPtrSetIterator<PtrType> const_iterator;
51 typedef SmallPtrSetIterator<MachineInstr*> InstrSetIterator;
138 for (SmallPtrSetIterator<BasicBlock *> PI = Preds.begin(), PE = Preds.end(); in FlattenParallelAndOr()
12633 for (llvm::SmallPtrSetIterator<Expr*> i = MaybeODRUseExprs.begin(), in CleanupVarDeclMarking()