Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp249 bool IsProfitableToHoist(MachineInstr &MI, MachineLoop *CurLoop);
1252 bool MachineLICMBase::IsProfitableToHoist(MachineInstr &MI, in IsProfitableToHoist() function in MachineLICMBase
1421 !IsProfitableToHoist(*NewMIs[0], CurLoop)) { in ExtractHoistableLoad()
1608 !IsProfitableToHoist(*MI, CurLoop)) { in Hoist()