Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallPtrSet.h270 class LLVM_DEBUGEPOCHBASE_HANDLEBASE_EMPTYBASE SmallPtrSetIterator
282 explicit SmallPtrSetIterator(const void *const *BP, const void *const *E, in SmallPtrSetIterator() function
298 inline SmallPtrSetIterator& operator++() { // Preincrement
310 SmallPtrSetIterator operator++(int) { // Postincrement
311 SmallPtrSetIterator tmp = *this;
333 using iterator = SmallPtrSetIterator<PtrType>;
334 using const_iterator = SmallPtrSetIterator<PtrType>;
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DOptimizePHIs.cpp56 using InstrSetIterator = SmallPtrSetIterator<MachineInstr *>;
H A DSplitKit.cpp981 SmallPtrSetIterator<VNInfo *> It1 = EqualVNs[ParentVNI->id].begin(); in computeRedundantBackCopies()
982 SmallPtrSetIterator<VNInfo *> It2 = It1; in computeRedundantBackCopies()
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFixCortexA57AES1742098Pass.cpp363 SmallPtrSetIterator<MachineInstr *> It = in analyzeMF()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h661 iterator_range<SmallPtrSetIterator<llvm::InterleaveGroup<Instruction> *>>