Searched refs:BestPlan (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorizationPlanner.h | 314 void executePlan(ElementCount VF, unsigned UF, VPlan &BestPlan,
|
| D | LoopVectorize.cpp | 9994 VPlan &BestPlan = LVP.getBestPlanFor(VF.Width); in processLoopInVPlanNativePath() local 10003 LVP.executePlan(VF.Width, 1, BestPlan, LB, DT, false); in processLoopInVPlanNativePath() 10458 VPlan &BestPlan = LVP.getBestPlanFor(VF.Width); in processLoop() local 10459 LVP.executePlan(VF.Width, IC, BestPlan, Unroller, DT, false); in processLoop() 10546 VPlan &BestPlan = LVP.getBestPlanFor(VF.Width); in processLoop() local 10547 LVP.executePlan(VF.Width, IC, BestPlan, LB, DT, false); in processLoop()
|