Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h440 bool canVectorizeWithIfConvert();
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1129 bool LoopVectorizationLegality::canVectorizeWithIfConvert() { in canVectorizeWithIfConvert() function in llvm::LoopVectorizationLegality
1308 if (NumBlocks != 1 && !canVectorizeWithIfConvert()) { in canVectorize()