Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp1298 auto *InstToErase = &MI; in tryFoldFoldableCopy() local
1299 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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp606 SmallVector<Instruction *> InstToErase; in simplifyConditions() local
617 InstToErase.push_back(cast<Instruction>(Cond)); in simplifyConditions()
622 for (auto *I : InstToErase) in simplifyConditions()