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

/external/llvm/lib/CodeGen/
H A DMachineLICM.cpp191 bool IsProfitableToHoist(MachineInstr &MI);
1062 bool MachineLICM::IsProfitableToHoist(MachineInstr &MI) { function in class:MachineLICM
1194 if (!IsLoopInvariantInst(*NewMIs[0]) || !IsProfitableToHoist(*NewMIs[0])) {
1307 if (!IsLoopInvariantInst(*MI) || !IsProfitableToHoist(*MI)) {
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineLICM.cpp210 /// IsProfitableToHoist - Return true if it is potentially profitable to
212 bool IsProfitableToHoist(MachineInstr &MI);
996 /// IsProfitableToHoist - Return true if it is potentially profitable to hoist
998 bool MachineLICM::IsProfitableToHoist(MachineInstr &MI) { function in class:MachineLICM
1130 if (!IsLoopInvariantInst(*NewMIs[0]) || !IsProfitableToHoist(*NewMIs[0])) {
1224 if (!IsLoopInvariantInst(*MI) || !IsProfitableToHoist(*MI)) {

Completed in 59 milliseconds