Searched refs:executePlan (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationPlanner.h | 500 DenseMap<const SCEV *, Value *> executePlan(ElementCount VF, unsigned UF,
|
| H A D | LoopVectorize.cpp | 7206 DenseMap<const SCEV *, Value *> LoopVectorizationPlanner::executePlan( in executePlan() function in LoopVectorizationPlanner 9465 LVP.executePlan(VF.Width, 1, BestPlan, LB, DT, false); in processLoopInVPlanNativePath() 10238 LVP.executePlan(VF.Width, IC, BestPlan, Unroller, DT, false); in processLoop() 10267 auto ExpandedSCEVs = LVP.executePlan(EPI.MainLoopVF, EPI.MainLoopUF, in processLoop() 10281 LVP.executePlan(EPI.EpilogueVF, EPI.EpilogueUF, BestEpiPlan, EpilogILV, in processLoop() 10305 LVP.executePlan(VF.Width, IC, BestPlan, LB, DT, false); in processLoop()
|