Searched refs:InstrsToErase (Results 1 – 4 of 4) sorted by relevance
76 DenseSet<MachineInstr *> InstrsToErase; in removeRedundantLIs() local80 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() local174 InstrsToErase.push_back(&MI); in runOnMachineFunction()175 for (MachineInstr *MI : InstrsToErase) in runOnMachineFunction()182 SmallVector<MachineInstr *, 4> InstrsToErase; in runOnMachineFunction() local[all …]
79 InstrsToErase.push_back(I); in markInstructionForDeletion()183 SmallVector<Instruction *, 8> InstrsToErase;
1201 SmallVector<Instruction *, 16> InstrsToErase; in vectorizeLoadChain() local1218 InstrsToErase.push_back(UI); in vectorizeLoadChain()1227 for (auto I : InstrsToErase) in vectorizeLoadChain()
2178 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()