reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
421 iterator_range<filter_iterator<detail::IterOfRange<RangeT>, PredicateT>> 424 filter_iterator<detail::IterOfRange<RangeT>, PredicateT>;include/llvm/ADT/SmallPtrSet.h
293 inline SmallPtrSetIterator& operator++() { // Preincrement 305 SmallPtrSetIterator operator++(int) { // Postincrement 306 SmallPtrSetIterator tmp = *this; 359 using iterator = SmallPtrSetIterator<PtrType>; 360 using const_iterator = SmallPtrSetIterator<PtrType>;include/llvm/Analysis/VectorUtils.h
571 iterator_range<SmallPtrSetIterator<llvm::InterleaveGroup<Instruction> *>>
lib/CodeGen/OptimizePHIs.cpp 56 using InstrSetIterator = SmallPtrSetIterator<MachineInstr *>;
lib/CodeGen/SplitKit.cpp968 SmallPtrSetIterator<VNInfo *> It1 = EqualVNs[ParentVNI->id].begin(); 969 SmallPtrSetIterator<VNInfo *> It2 = It1;lib/Transforms/Utils/FlattenCFG.cpp
148 for (SmallPtrSetIterator<BasicBlock *> PI = Preds.begin(), PE = Preds.end();