Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h426 bool canVectorizeWithIfConvert();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp975 bool LoopVectorizationLegality::canVectorizeWithIfConvert() { in canVectorizeWithIfConvert() function in llvm::LoopVectorizationLegality
1177 if (NumBlocks != 1 && !canVectorizeWithIfConvert()) { in canVectorize()