Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallPtrSet.h267 class LLVM_DEBUGEPOCHBASE_HANDLEBASE_EMPTYBASE SmallPtrSetIterator
279 explicit SmallPtrSetIterator(const void *const *BP, const void *const *E, in SmallPtrSetIterator() function
295 inline SmallPtrSetIterator& operator++() { // Preincrement
307 SmallPtrSetIterator operator++(int) { // Postincrement
308 SmallPtrSetIterator tmp = *this;
355 using iterator = SmallPtrSetIterator<PtrType>;
356 using const_iterator = SmallPtrSetIterator<PtrType>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DOptimizePHIs.cpp56 using InstrSetIterator = SmallPtrSetIterator<MachineInstr *>;
H A DSplitKit.cpp982 SmallPtrSetIterator<VNInfo *> It1 = EqualVNs[ParentVNI->id].begin(); in computeRedundantBackCopies()
983 SmallPtrSetIterator<VNInfo *> It2 = It1; in computeRedundantBackCopies()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFixCortexA57AES1742098Pass.cpp363 SmallPtrSetIterator<MachineInstr *> It = in analyzeMF()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h635 iterator_range<SmallPtrSetIterator<llvm::InterleaveGroup<Instruction> *>>