Searched refs:MachineCSEImpl (Results 1 – 1 of 1) sorted by relevance
74 class MachineCSEImpl { class82 MachineCSEImpl(MachineDominatorTree *DT, MachineBlockFrequencyInfo *MBFI) in MachineCSEImpl() function in __anon86c74d640111::MachineCSEImpl175 bool MachineCSEImpl::PerformTrivialCopyPropagation(MachineInstr *MI, in INITIALIZE_PASS_DEPENDENCY()227 bool MachineCSEImpl::isPhysDefTriviallyDead( in isPhysDefTriviallyDead()284 bool MachineCSEImpl::hasLivePhysRegDefUses(const MachineInstr *MI, in hasLivePhysRegDefUses()334 bool MachineCSEImpl::PhysRegDefsReach(MachineInstr *CSMI, MachineInstr *MI, in PhysRegDefsReach()400 bool MachineCSEImpl::isCSECandidate(MachineInstr *MI) { in isCSECandidate()437 bool MachineCSEImpl::isProfitableToCSE(Register CSReg, Register Reg, in isProfitableToCSE()514 void MachineCSEImpl::EnterScope(MachineBasicBlock *MBB) { in EnterScope()520 void MachineCSEImpl::ExitScope(MachineBasicBlock *MBB) { in ExitScope()[all …]