Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4418 static bool willGenerateVectors(VPlan &Plan, ElementCount VF, in willGenerateVectors() function
4561 if (!ForceVectorization && !willGenerateVectors(*P, VF, TTI)) { in selectVectorizationFactor()
7138 if (!ForceVectorization && !willGenerateVectors(*P, VF, TTI)) { in getBestPlan()