Searched refs:InstrsToErase (Results 1 – 3 of 3) sorted by relevance
127 DenseSet<MachineInstr *> InstrsToErase; in removeRedundantLIs() local131 if (InstrsToErase.contains(&*BBI)) in removeRedundantLIs()213 InstrsToErase.insert(&*AfterBBI); in removeRedundantLIs()219 for (MachineInstr *MI : InstrsToErase) { in removeRedundantLIs()222 NumRemovedInPreEmit += InstrsToErase.size(); in removeRedundantLIs()223 return !InstrsToErase.empty(); in removeRedundantLIs()371 DenseSet<MachineInstr *> InstrsToErase; in removeAccPrimeUnprime() local394 InstrsToErase.insert(&BBI); in removeAccPrimeUnprime()395 InstrsToErase.insert(Candidates[Acc - PPC::ACC0]); in removeAccPrimeUnprime()410 for (MachineInstr *MI : InstrsToErase) in removeAccPrimeUnprime()[all …]
135 InstrsToErase.push_back(I); in markInstructionForDeletion()247 SmallVector<Instruction *, 8> InstrsToErase;
2633 assert(InstrsToErase.empty() && in processBlock()2654 if (InstrsToErase.empty()) { in processBlock()2660 NumGVNInstr += InstrsToErase.size(); in processBlock()2667 for (auto *I : InstrsToErase) { in processBlock()2679 InstrsToErase.clear(); in processBlock()