Searched refs:InstrsToErase (Results 1 – 4 of 4) sorted by relevance
120 DenseSet<MachineInstr *> InstrsToErase; in removeRedundantLIs() local124 if (InstrsToErase.contains(&*BBI)) in removeRedundantLIs()206 InstrsToErase.insert(&*AfterBBI); in removeRedundantLIs()216 return !InstrsToErase.empty(); in removeRedundantLIs()387 InstrsToErase.insert(&BBI); in removeAccPrimeUnprime()406 return !InstrsToErase.empty(); in removeAccPrimeUnprime()418 InstrsToErase.push_back(&MI); in runOnMachineFunction()434 InstrsToErase.push_back(&MI); in runOnMachineFunction()446 InstrsToErase.push_back(&MI); in runOnMachineFunction()508 InstrsToErase.push_back(Br); in runOnMachineFunction()[all …]
133 InstrsToErase.push_back(I); in markInstructionForDeletion()244 SmallVector<Instruction *, 8> InstrsToErase;
1291 SmallVector<Instruction *, 16> InstrsToErase; in vectorizeLoadChain() local1308 InstrsToErase.push_back(UI); in vectorizeLoadChain()1317 for (auto I : InstrsToErase) in vectorizeLoadChain()
2508 assert(InstrsToErase.empty() && in processBlock()2529 if (InstrsToErase.empty()) { in processBlock()2535 NumGVNInstr += InstrsToErase.size(); in processBlock()2542 for (auto *I : InstrsToErase) { in processBlock()2554 InstrsToErase.clear(); in processBlock()