Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h303 void executePlan(InnerLoopVectorizer &LB, DominatorTree *DT);
H A DLoopVectorize.cpp8135 void LoopVectorizationPlanner::executePlan(InnerLoopVectorizer &ILV, in executePlan() function in LoopVectorizationPlanner
9981 LVP.executePlan(LB, DT); in processLoopInVPlanNativePath()
10306 LVP.executePlan(Unroller, DT); in processLoop()
10332 LVP.executePlan(MainILV, DT); in processLoop()
10346 LVP.executePlan(EpilogILV, DT); in processLoop()
10354 LVP.executePlan(LB, DT); in processLoop()