Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DSmallPtrSet.h232 class SmallPtrSetIterator : public SmallPtrSetIteratorImpl {
242 explicit SmallPtrSetIterator(const void *const *BP, const void *const *E) in SmallPtrSetIterator() function
252 inline SmallPtrSetIterator& operator++() { // Preincrement
258 SmallPtrSetIterator operator++(int) { // Postincrement
259 SmallPtrSetIterator tmp = *this; ++*this; return tmp;
310 typedef SmallPtrSetIterator<PtrType> iterator;
311 typedef SmallPtrSetIterator<PtrType> const_iterator;
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallPtrSet.h259 class SmallPtrSetIterator : public SmallPtrSetIteratorImpl {
269 explicit SmallPtrSetIterator(const void *const *BP, const void *const *E) in SmallPtrSetIterator() function
279 inline SmallPtrSetIterator& operator++() { // Preincrement
291 SmallPtrSetIterator operator++(int) { // Postincrement
292 SmallPtrSetIterator tmp = *this;
349 typedef SmallPtrSetIterator<PtrType> iterator;
350 typedef SmallPtrSetIterator<PtrType> const_iterator;
/external/llvm-project/llvm/include/llvm/ADT/
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>;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
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;
359 using iterator = SmallPtrSetIterator<PtrType>;
360 using const_iterator = SmallPtrSetIterator<PtrType>;
/external/llvm/lib/CodeGen/
DOptimizePHIs.cpp51 typedef SmallPtrSetIterator<MachineInstr*> InstrSetIterator;
DSplitKit.cpp767 SmallPtrSetIterator<VNInfo *> It1 = EqualVNs[ParentVNI->id].begin(); in computeRedundantBackCopies()
768 SmallPtrSetIterator<VNInfo *> It2 = It1; in computeRedundantBackCopies()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DOptimizePHIs.cpp57 using InstrSetIterator = SmallPtrSetIterator<MachineInstr *>;
DSplitKit.cpp968 SmallPtrSetIterator<VNInfo *> It1 = EqualVNs[ParentVNI->id].begin(); in computeRedundantBackCopies()
969 SmallPtrSetIterator<VNInfo *> It2 = It1; in computeRedundantBackCopies()
/external/llvm-project/llvm/lib/CodeGen/
DOptimizePHIs.cpp57 using InstrSetIterator = SmallPtrSetIterator<MachineInstr *>;
DSplitKit.cpp980 SmallPtrSetIterator<VNInfo *> It1 = EqualVNs[ParentVNI->id].begin(); in computeRedundantBackCopies()
981 SmallPtrSetIterator<VNInfo *> It2 = It1; in computeRedundantBackCopies()
/external/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp136 for (SmallPtrSetIterator<BasicBlock *> PI = Preds.begin(), PE = Preds.end(); in FlattenParallelAndOr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp148 for (SmallPtrSetIterator<BasicBlock *> PI = Preds.begin(), PE = Preds.end(); in FlattenParallelAndOr()
/external/llvm-project/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp148 for (SmallPtrSetIterator<BasicBlock *> PI = Preds.begin(), PE = Preds.end(); in FlattenParallelAndOr()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVectorUtils.h603 iterator_range<SmallPtrSetIterator<llvm::InterleaveGroup<Instruction> *>>
/external/llvm-project/llvm/include/llvm/Analysis/
DVectorUtils.h785 iterator_range<SmallPtrSetIterator<llvm::InterleaveGroup<Instruction> *>>