Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1313 bool canVectorizeWithIfConvert();
4001 bool LoopVectorizationLegality::canVectorizeWithIfConvert() { in canVectorizeWithIfConvert() function in LoopVectorizationLegality
4107 if (NumBlocks != 1 && !canVectorizeWithIfConvert()) { in canVectorize()