Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h313 void executePlan(ElementCount VF, unsigned UF, VPlan &BestPlan,
H A DLoopVectorize.cpp7548 void LoopVectorizationPlanner::executePlan(ElementCount BestVF, unsigned BestUF, in executePlan() function in LoopVectorizationPlanner
9880 LVP.executePlan(VF.Width, 1, BestPlan, LB, DT, false); in processLoopInVPlanNativePath()
10339 LVP.executePlan(VF.Width, IC, BestPlan, Unroller, DT, false); in processLoop()
10363 LVP.executePlan(EPI.MainLoopVF, EPI.MainLoopUF, BestMainPlan, MainILV, in processLoop()
10392 LVP.executePlan(EPI.EpilogueVF, EPI.EpilogueUF, BestEpiPlan, EpilogILV, in processLoop()
10404 LVP.executePlan(VF.Width, IC, BestPlan, LB, DT, false); in processLoop()