Home
last modified time | relevance | path

Searched refs:InstrsToErase (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCPreEmitPeephole.cpp76 DenseSet<MachineInstr *> InstrsToErase; in removeRedundantLIs() local
80 if (InstrsToErase.find(&*BBI) != InstrsToErase.end()) in removeRedundantLIs()
152 InstrsToErase.insert(&*AfterBBI); in removeRedundantLIs()
158 for (MachineInstr *MI : InstrsToErase) { in removeRedundantLIs()
161 NumRemovedInPreEmit += InstrsToErase.size(); in removeRedundantLIs()
162 return !InstrsToErase.empty(); in removeRedundantLIs()
170 SmallVector<MachineInstr *, 4> InstrsToErase; in runOnMachineFunction() local
174 InstrsToErase.push_back(&MI); in runOnMachineFunction()
175 for (MachineInstr *MI : InstrsToErase) in runOnMachineFunction()
182 SmallVector<MachineInstr *, 4> InstrsToErase; in runOnMachineFunction() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DGVN.h79 InstrsToErase.push_back(I); in markInstructionForDeletion()
183 SmallVector<Instruction *, 8> InstrsToErase;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp1201 SmallVector<Instruction *, 16> InstrsToErase; in vectorizeLoadChain() local
1218 InstrsToErase.push_back(UI); in vectorizeLoadChain()
1227 for (auto I : InstrsToErase) in vectorizeLoadChain()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVN.cpp2178 assert(InstrsToErase.empty() && in processBlock()
2193 if (InstrsToErase.empty()) { in processBlock()
2199 NumGVNInstr += InstrsToErase.size(); in processBlock()
2206 for (auto *I : InstrsToErase) { in processBlock()
2215 InstrsToErase.clear(); in processBlock()