Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h272 bool canVectorize(bool UseVPlanNativePath);
402 bool canVectorizeLoopNestCFG(Loop *Lp, bool UseVPlanNativePath);
415 bool canVectorizeLoopCFG(Loop *Lp, bool UseVPlanNativePath);
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1223 bool UseVPlanNativePath) { in canVectorizeLoopCFG() argument
1224 assert((UseVPlanNativePath || Lp->isInnermost()) && in canVectorizeLoopCFG()
1264 Loop *Lp, bool UseVPlanNativePath) { in canVectorizeLoopNestCFG() argument
1269 if (!canVectorizeLoopCFG(Lp, UseVPlanNativePath)) { in canVectorizeLoopNestCFG()
1279 if (!canVectorizeLoopNestCFG(SubLp, UseVPlanNativePath)) { in canVectorizeLoopNestCFG()
1289 bool LoopVectorizationLegality::canVectorize(bool UseVPlanNativePath) { in canVectorize() argument
1297 if (!canVectorizeLoopNestCFG(TheLoop, UseVPlanNativePath)) { in canVectorize()
1311 assert(UseVPlanNativePath && "VPlan-native path is not enabled."); in canVectorize()