Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineLICM.cpp114 class MachineLICMBase : public MachineFunctionPass { class
169 MachineLICMBase(char &PassID, bool PreRegAlloc) in MachineLICMBase() function in __anonfbf8dede0111::MachineLICMBase
275 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 …]