Searched refs:executePlan (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationPlanner.h | 314 void executePlan(ElementCount VF, unsigned UF, VPlan &BestPlan,
|
| H A D | LoopVectorize.cpp | 7622 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()
|