Lines Matching defs:Budget
414 /// that do not dominate BB have a combined cost lower than Budget and
423 /// Budget, false is returned and Cost is undefined.
426 InstructionCost &Cost, InstructionCost Budget,
474 if (Cost > Budget &&
482 if (!dominatesMergePoint(Op, BB, InsertPt, AggressiveInsts, Cost, Budget,
3265 InstructionCost Budget =
3380 if (!Convert || Cost > Budget)
3814 InstructionCost Budget =
3817 Budget += TTI.getBranchMispredictPenalty();
3830 AggressiveInsts, Cost, Budget, TTI, AC) ||
3832 AggressiveInsts, Cost, Budget, TTI, AC))
4382 InstructionCost Budget =
4400 if (Cost > Budget)
4403 assert(Cost <= Budget &&