Searched refs:MachineLICMBase (Results 1 – 1 of 1) sorted by relevance
114 class MachineLICMBase : public MachineFunctionPass { class169 MachineLICMBase(char &PassID, bool PreRegAlloc) in MachineLICMBase() function in __anonfbf8dede0111::MachineLICMBase275 class MachineLICM : public MachineLICMBase {278 MachineLICM() : MachineLICMBase(ID, false) { in MachineLICM()283 class EarlyMachineLICM : public MachineLICMBase {286 EarlyMachineLICM() : MachineLICMBase(ID, true) { in EarlyMachineLICM()423 void MachineLICMBase::ProcessMI(MachineInstr *MI, in ProcessMI()514 void MachineLICMBase::HoistRegionPostRA() { in HoistRegionPostRA()668 bool MachineLICMBase::isTriviallyReMaterializable( in isTriviallyReMaterializable()1325 bool MachineLICMBase::EliminateCSE( in EliminateCSE()[all …]