Searched refs:toErase (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/mlir/test/lib/Transforms/ |
D | TestSCFUtils.cpp | 31 SmallVector<scf::ForOp, 4> toErase; in runOnFunction() local 47 toErase.push_back(loop); in runOnFunction() 49 for (auto loop : llvm::reverse(toErase)) in runOnFunction()
|
/external/llvm/lib/CodeGen/ |
D | StackSlotColoring.cpp | 378 SmallVector<MachineInstr*, 4> toErase; in RemoveDeadStores() local 390 toErase.push_back(&*I); in RemoveDeadStores() 410 toErase.push_back(&*I); in RemoveDeadStores() 413 toErase.push_back(&*NextMI); in RemoveDeadStores() 417 for (SmallVectorImpl<MachineInstr *>::iterator I = toErase.begin(), in RemoveDeadStores() 418 E = toErase.end(); I != E; ++I) in RemoveDeadStores()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | StackSlotColoring.cpp | 428 SmallVector<MachineInstr*, 4> toErase; in RemoveDeadStores() local 439 toErase.push_back(&*I); in RemoveDeadStores() 469 toErase.push_back(&*ProbableLoadMI); in RemoveDeadStores() 472 toErase.push_back(&*NextMI); in RemoveDeadStores() 476 for (SmallVectorImpl<MachineInstr *>::iterator I = toErase.begin(), in RemoveDeadStores() 477 E = toErase.end(); I != E; ++I) in RemoveDeadStores()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | StackSlotColoring.cpp | 429 SmallVector<MachineInstr*, 4> toErase; in RemoveDeadStores() local 440 toErase.push_back(&*I); in RemoveDeadStores() 470 toErase.push_back(&*ProbableLoadMI); in RemoveDeadStores() 473 toErase.push_back(&*NextMI); in RemoveDeadStores() 477 for (SmallVectorImpl<MachineInstr *>::iterator I = toErase.begin(), in RemoveDeadStores() 478 E = toErase.end(); I != E; ++I) in RemoveDeadStores()
|
/external/llvm-project/mlir/test/lib/Dialect/Affine/ |
D | TestVectorizationUtils.cpp | 240 SmallVector<NestedMatch, 8> toErase; in testNormalizeMaps() local 241 pattern.match(f, &toErase); in testNormalizeMaps() 255 for (auto m : llvm::reverse(toErase)) { in testNormalizeMaps()
|
/external/llvm-project/mlir/lib/Dialect/Affine/Transforms/ |
D | SuperVectorize.cpp | 644 SmallVector<Operation *, 16> toErase; member 690 toErase.push_back(key); in registerReplacement() 708 while (!toErase.empty()) { in finishVectorizationPattern() 709 auto *op = toErase.pop_back_val(); in finishVectorizationPattern()
|