Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h314 void executePlan(ElementCount VF, unsigned UF, VPlan &BestPlan,
H A DLoopVectorize.cpp7622 void LoopVectorizationPlanner::executePlan(ElementCount BestVF, unsigned BestUF, in executePlan() function in LoopVectorizationPlanner
10003 LVP.executePlan(VF.Width, 1, BestPlan, LB, DT, false); in processLoopInVPlanNativePath()
10459 LVP.executePlan(VF.Width, IC, BestPlan, Unroller, DT, false); in processLoop()
10483 LVP.executePlan(EPI.MainLoopVF, EPI.MainLoopUF, BestMainPlan, MainILV, in processLoop()
10535 LVP.executePlan(EPI.EpilogueVF, EPI.EpilogueUF, BestEpiPlan, EpilogILV, in processLoop()
10547 LVP.executePlan(VF.Width, IC, BestPlan, LB, DT, false); in processLoop()