Searched refs:MachineLICMImpl (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineLICM.cpp | 120 class MachineLICMImpl { class 187 MachineLICMImpl(bool PreRegAlloc, Pass *LegacyPass, in MachineLICMImpl() function in __anona9a475ae0111::MachineLICMImpl 359 MachineLICMImpl Impl(PreRegAlloc, this, nullptr); in INITIALIZE_PASS_DEPENDENCY() 368 bool MachineLICMImpl::run(MachineFunction &MF) { in run() 508 void MachineLICMImpl::ProcessMI(MachineInstr *MI, BitVector &RUDefs, in ProcessMI() 593 void MachineLICMImpl::HoistRegionPostRA(MachineLoop *CurLoop) { in HoistRegionPostRA() 707 void MachineLICMImpl::AddToLiveIns(MCRegister Reg, MachineLoop *CurLoop) { in AddToLiveIns() 724 void MachineLICMImpl::HoistPostRA(MachineInstr *MI, Register Def, in HoistPostRA() 755 bool MachineLICMImpl::IsGuaranteedToExecute(MachineBasicBlock *BB, in IsGuaranteedToExecute() 779 bool MachineLICMImpl::isTriviallyReMaterializable( in isTriviallyReMaterializable() [all …]
|