Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCSE.cpp130 bool PhysRegDefsReach(MachineInstr *CSMI, MachineInstr *MI,
333 bool MachineCSE::PhysRegDefsReach(MachineInstr *CSMI, MachineInstr *MI, in PhysRegDefsReach() argument
341 const MachineBasicBlock *CSMBB = CSMI->getParent(); in PhysRegDefsReach()
357 MachineBasicBlock::const_iterator I = CSMI; I = std::next(I); in PhysRegDefsReach()
574 MachineInstr *CSMI = Exps[CSVN]; in ProcessBlockCSE() local
588 MachineInstr *CSMI = Exps[CSVN]; in ProcessBlockCSE() local
601 if (MI.isConvergent() && MI.getParent() != CSMI->getParent()) { in ProcessBlockCSE()
618 Register NewReg = CSMI->getOperand(i).getReg(); in ProcessBlockCSE()
676 CSMI->getOperand(ImplicitDefToUpdate).setIsDead(false); in ProcessBlockCSE()
679 CSMI->getOperand(PhysDef.first).setIsDead(false); in ProcessBlockCSE()
[all …]