Home | History | Annotate | Download | only in Scalar

Lines Matching full:cost

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