Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSmallPtrSet.h266 class SmallPtrSetIterator : public SmallPtrSetIteratorImpl,
277 explicit SmallPtrSetIterator(const void *const *BP, const void *const *E, in SmallPtrSetIterator() function
293 inline SmallPtrSetIterator& operator++() { // Preincrement
305 SmallPtrSetIterator operator++(int) { // Postincrement
306 SmallPtrSetIterator tmp = *this;
353 using iterator = SmallPtrSetIterator<PtrType>;
354 using const_iterator = SmallPtrSetIterator<PtrType>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DOptimizePHIs.cpp57 using InstrSetIterator = SmallPtrSetIterator<MachineInstr *>;
H A DSplitKit.cpp974 SmallPtrSetIterator<VNInfo *> It1 = EqualVNs[ParentVNI->id].begin(); in computeRedundantBackCopies()
975 SmallPtrSetIterator<VNInfo *> It2 = It1; in computeRedundantBackCopies()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp148 for (SmallPtrSetIterator<BasicBlock *> PI = Preds.begin(), PE = Preds.end(); in FlattenParallelAndOr()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DVectorUtils.h775 iterator_range<SmallPtrSetIterator<llvm::InterleaveGroup<Instruction> *>>