Home
last modified time | relevance | path

Searched refs:SmallPtrSetIterator (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSmallPtrSet.h267 class SmallPtrSetIterator : public SmallPtrSetIteratorImpl,
278 explicit SmallPtrSetIterator(const void *const *BP, const void *const *E, in SmallPtrSetIterator() function
294 inline SmallPtrSetIterator& operator++() { // Preincrement
306 SmallPtrSetIterator operator++(int) { // Postincrement
307 SmallPtrSetIterator tmp = *this;
354 using iterator = SmallPtrSetIterator<PtrType>;
355 using const_iterator = SmallPtrSetIterator<PtrType>;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DOptimizePHIs.cpp56 using InstrSetIterator = SmallPtrSetIterator<MachineInstr *>;
H A DSplitKit.cpp968 SmallPtrSetIterator<VNInfo *> It1 = EqualVNs[ParentVNI->id].begin(); in computeRedundantBackCopies()
969 SmallPtrSetIterator<VNInfo *> It2 = It1; in computeRedundantBackCopies()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMFixCortexA57AES1742098Pass.cpp363 SmallPtrSetIterator<MachineInstr *> It = in analyzeMF()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DVectorUtils.h814 iterator_range<SmallPtrSetIterator<llvm::InterleaveGroup<Instruction> *>>