Lines Matching defs:BestPlan
7532 VPlan &BestPlan = getPlanFor(BestFactor.Width);
7534 // Pre-compute the cost and use it to check if BestPlan contains any
7540 precomputeCosts(BestPlan, BestFactor.Width, CostCtx);
10000 VPlan &BestPlan = LVP.getPlanFor(VF.Width);
10008 VF.Width, 1, LVL, &CM, BFI, PSI, Checks, BestPlan);
10011 LVP.executePlan(VF.Width, 1, BestPlan, LB, DT, false);
10677 VPlan &BestPlan = LVP.getPlanFor(VF.Width);
10680 ElementCount::getFixed(1), IC, &LVL, &CM, BFI, PSI, Checks, BestPlan);
10682 LVP.executePlan(VF.Width, IC, BestPlan, Unroller, DT, false);
10693 VPlan &BestPlan = LVP.getPlanFor(VF.Width);
10698 std::unique_ptr<VPlan> BestMainPlan(BestPlan.duplicate());
10733 PSI, Checks, BestPlan);
10734 LVP.executePlan(VF.Width, IC, BestPlan, LB, DT, false);