Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h299 void setBestPlan(ElementCount VF, unsigned UF);
H A DLoopVectorize.cpp8031 void LoopVectorizationPlanner::setBestPlan(ElementCount VF, unsigned UF) { in setBestPlan() function in LoopVectorizationPlanner
9767 LVP.setBestPlan(VF.Width, 1); in processLoopInVPlanNativePath()
10091 LVP.setBestPlan(VF.Width, IC); in processLoop()
10125 LVP.setBestPlan(EPI.MainLoopVF, EPI.MainLoopUF); in processLoop()
10134 LVP.setBestPlan(EPI.EpilogueVF, EPI.EpilogueUF); in processLoop()