Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h351 bool canVectorizeWithIfConvert();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp934 bool LoopVectorizationLegality::canVectorizeWithIfConvert() { in canVectorizeWithIfConvert() function in llvm::LoopVectorizationLegality
1144 if (NumBlocks != 1 && !canVectorizeWithIfConvert()) { in canVectorize()