Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineLICM.cpp206 bool IsProfitableToHoist(MachineInstr &MI);
1190 bool MachineLICMBase::IsProfitableToHoist(MachineInstr &MI) { in IsProfitableToHoist() function in MachineLICMBase
1326 if (!IsLoopInvariantInst(*NewMIs[0]) || !IsProfitableToHoist(*NewMIs[0])) { in ExtractHoistableLoad()
1439 if (!IsLoopInvariantInst(*MI) || !IsProfitableToHoist(*MI)) { in Hoist()