Home
last modified time | relevance | path

Searched refs:BestPlan (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DLoopVectorizationPlanner.h314 void executePlan(ElementCount VF, unsigned UF, VPlan &BestPlan,
DLoopVectorize.cpp9994 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()