Searched refs:IsProfitableToHoist (Results 1 – 2 of 2) sorted by relevance
212 bool IsProfitableToHoist(MachineInstr &MI);998 bool MachineLICM::IsProfitableToHoist(MachineInstr &MI) { in IsProfitableToHoist() function in MachineLICM1130 if (!IsLoopInvariantInst(*NewMIs[0]) || !IsProfitableToHoist(*NewMIs[0])) { in ExtractHoistableLoad()1224 if (!IsLoopInvariantInst(*MI) || !IsProfitableToHoist(*MI)) { in Hoist()
191 bool IsProfitableToHoist(MachineInstr &MI);1062 bool MachineLICM::IsProfitableToHoist(MachineInstr &MI) { in IsProfitableToHoist() function in MachineLICM1194 if (!IsLoopInvariantInst(*NewMIs[0]) || !IsProfitableToHoist(*NewMIs[0])) { in ExtractHoistableLoad()1307 if (!IsLoopInvariantInst(*MI) || !IsProfitableToHoist(*MI)) { in Hoist()