Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp122 DenseSet<MachineInstr *> InstrsToErase; in removeRedundantLIs() local
126 if (InstrsToErase.contains(&*BBI)) in removeRedundantLIs()
208 InstrsToErase.insert(&*AfterBBI); in removeRedundantLIs()
214 for (MachineInstr *MI : InstrsToErase) { in removeRedundantLIs()
217 NumRemovedInPreEmit += InstrsToErase.size(); in removeRedundantLIs()
218 return !InstrsToErase.empty(); in removeRedundantLIs()
366 DenseSet<MachineInstr *> InstrsToErase; in removeAccPrimeUnprime() local
389 InstrsToErase.insert(&BBI); in removeAccPrimeUnprime()
390 InstrsToErase.insert(Candidates[Acc - PPC::ACC0]); in removeAccPrimeUnprime()
405 for (MachineInstr *MI : InstrsToErase) in removeAccPrimeUnprime()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUImageIntrinsicOptimizer.cpp179 SmallVector<Instruction *, 4> InstrsToErase; in optimizeSection() local
271 InstrsToErase.push_back(II); in optimizeSection()
277 for (auto *I : InstrsToErase) in optimizeSection()