Searched refs:SmallPtrSetIterator (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DSmallPtrSet.h146 /// instances of SmallPtrSetIterator.
173 /// SmallPtrSetIterator - This implements a const_iterator for SmallPtrSet.
175 class SmallPtrSetIterator : public SmallPtrSetIteratorImpl { class in namespace:llvm
185 explicit SmallPtrSetIterator(const void *const *BP) function in class:llvm::SmallPtrSetIterator
194 inline SmallPtrSetIterator& operator++() { // Preincrement
200 SmallPtrSetIterator operator++(int) { // Postincrement
201 SmallPtrSetIterator tmp = *this; ++*this; return tmp;
275 typedef SmallPtrSetIterator<PtrType> iterator;
276 typedef SmallPtrSetIterator<PtrType> const_iterator;
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DOptimizePHIs.cpp49 typedef SmallPtrSetIterator<MachineInstr*> InstrSetIterator;

Completed in 164 milliseconds