Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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;
360 using iterator = SmallPtrSetIterator<PtrType>;
361 using const_iterator = SmallPtrSetIterator<PtrType>;
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DOptimizePHIs.cpp57 using InstrSetIterator = SmallPtrSetIterator<MachineInstr *>;
H A DSplitKit.cpp968 SmallPtrSetIterator<VNInfo *> It1 = EqualVNs[ParentVNI->id].begin(); in computeRedundantBackCopies()
969 SmallPtrSetIterator<VNInfo *> It2 = It1; in computeRedundantBackCopies()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DVectorUtils.h434 iterator_range<SmallPtrSetIterator<llvm::InterleaveGroup<Instruction> *>>
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp149 for (SmallPtrSetIterator<BasicBlock *> PI = Preds.begin(), PE = Preds.end(); in FlattenParallelAndOr()