Searched refs:InstToErase (Results 1 – 2 of 2) sorted by relevance
1298 auto *InstToErase = &MI; in tryFoldFoldableCopy() local1299 while (MRI->use_nodbg_empty(InstToErase->getOperand(0).getReg())) { in tryFoldFoldableCopy()1300 auto &SrcOp = InstToErase->getOperand(1); in tryFoldFoldableCopy()1302 InstToErase->eraseFromParent(); in tryFoldFoldableCopy()1304 InstToErase = nullptr; in tryFoldFoldableCopy()1307 InstToErase = MRI->getVRegDef(SrcReg); in tryFoldFoldableCopy()1308 if (!InstToErase || !TII->isFoldableCopy(*InstToErase)) in tryFoldFoldableCopy()1312 if (InstToErase && InstToErase->isRegSequence() && in tryFoldFoldableCopy()1313 MRI->use_nodbg_empty(InstToErase->getOperand(0).getReg())) { in tryFoldFoldableCopy()1314 InstToErase->eraseFromParent(); in tryFoldFoldableCopy()
606 SmallVector<Instruction *> InstToErase; in simplifyConditions() local617 InstToErase.push_back(cast<Instruction>(Cond)); in simplifyConditions()622 for (auto *I : InstToErase) in simplifyConditions()