Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp74 class MachineCSEImpl { class
82 MachineCSEImpl(MachineDominatorTree *DT, MachineBlockFrequencyInfo *MBFI) in MachineCSEImpl() function in __anon86c74d640111::MachineCSEImpl
175 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 …]