Lines Matching full:cost
981 // This is rough cost estimation algorithm. It counts the good and bad order984 int Cost = 0;985 Cost += getInstrOrderCost();986 DEBUG(dbgs() << "Cost = " << Cost << "\n");987 if (Cost < 0)