Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h303 void executePlan(InnerLoopVectorizer &LB, DominatorTree *DT);
H A DLoopVectorize.cpp8043 void LoopVectorizationPlanner::executePlan(InnerLoopVectorizer &ILV, in executePlan() function in LoopVectorizationPlanner
9776 LVP.executePlan(LB, DT); in processLoopInVPlanNativePath()
10100 LVP.executePlan(Unroller, DT); in processLoop()
10126 LVP.executePlan(MainILV, DT); in processLoop()
10140 LVP.executePlan(EpilogILV, DT); in processLoop()
10148 LVP.executePlan(LB, DT); in processLoop()