Searched refs:getBestPlanFor (Results 1 – 2 of 2) sorted by relevance
366 VPlan &getBestPlanFor(ElementCount VF) const;
7158 VPlan &LoopVectorizationPlanner::getBestPlanFor(ElementCount VF) const { in getBestPlanFor() function in LoopVectorizationPlanner9469 VPlan &BestPlan = LVP.getBestPlanFor(VF.Width); in processLoopInVPlanNativePath()9944 UseLegacyCostModel ? LVP.getBestPlanFor(VF.Width) : LVP.getBestPlan(); in processLoop()9971 LVP.getBestPlanFor(EPI.MainLoopVF).duplicate()); in processLoop()9984 VPlan &BestEpiPlan = LVP.getBestPlanFor(EPI.EpilogueVF); in processLoop()10064 UseLegacyCostModel ? LVP.getBestPlanFor(Width) : LVP.getBestPlan(); in processLoop()