Searched refs:SmallPtrSetIterator (Results 1 – 15 of 15) sorted by relevance
/external/llvm/include/llvm/ADT/ |
D | SmallPtrSet.h | 232 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/ |
D | SmallPtrSet.h | 259 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/ |
D | SmallPtrSet.h | 266 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/ |
D | SmallPtrSet.h | 266 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/ |
D | OptimizePHIs.cpp | 51 typedef SmallPtrSetIterator<MachineInstr*> InstrSetIterator;
|
D | SplitKit.cpp | 767 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/ |
D | OptimizePHIs.cpp | 57 using InstrSetIterator = SmallPtrSetIterator<MachineInstr *>;
|
D | SplitKit.cpp | 968 SmallPtrSetIterator<VNInfo *> It1 = EqualVNs[ParentVNI->id].begin(); in computeRedundantBackCopies() 969 SmallPtrSetIterator<VNInfo *> It2 = It1; in computeRedundantBackCopies()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | OptimizePHIs.cpp | 57 using InstrSetIterator = SmallPtrSetIterator<MachineInstr *>;
|
D | SplitKit.cpp | 980 SmallPtrSetIterator<VNInfo *> It1 = EqualVNs[ParentVNI->id].begin(); in computeRedundantBackCopies() 981 SmallPtrSetIterator<VNInfo *> It2 = It1; in computeRedundantBackCopies()
|
/external/llvm/lib/Transforms/Utils/ |
D | FlattenCFG.cpp | 136 for (SmallPtrSetIterator<BasicBlock *> PI = Preds.begin(), PE = Preds.end(); in FlattenParallelAndOr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | FlattenCFG.cpp | 148 for (SmallPtrSetIterator<BasicBlock *> PI = Preds.begin(), PE = Preds.end(); in FlattenParallelAndOr()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | FlattenCFG.cpp | 148 for (SmallPtrSetIterator<BasicBlock *> PI = Preds.begin(), PE = Preds.end(); in FlattenParallelAndOr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | VectorUtils.h | 603 iterator_range<SmallPtrSetIterator<llvm::InterleaveGroup<Instruction> *>>
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | VectorUtils.h | 785 iterator_range<SmallPtrSetIterator<llvm::InterleaveGroup<Instruction> *>>
|