Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h273 bool canVectorize(bool UseVPlanNativePath);
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1267 bool LoopVectorizationLegality::canVectorize(bool UseVPlanNativePath) { in canVectorize() function in llvm::LoopVectorizationLegality
H A DLoopVectorize.cpp10086 if (!LVL.canVectorize(EnableVPlanNativePath)) { in processLoop()