Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp738 bool blockNeedsPredication(BasicBlock *BB);
1785 if (SI && Legal->blockNeedsPredication(SI->getParent()) && in vectorizeMemoryInstruction()
3501 if (blockNeedsPredication(BB)) in canVectorizeWithIfConvert()
3526 if (blockNeedsPredication(BB)) { in canVectorizeWithIfConvert()
4861 if (blockNeedsPredication(ST->getParent())) in canVectorizeMemory()
4897 if (blockNeedsPredication(LD->getParent())) in canVectorizeMemory()
5343 bool LoopVectorizationLegality::blockNeedsPredication(BasicBlock *BB) { in blockNeedsPredication() function in LoopVectorizationLegality
5873 if (VF == 1 && Legal->blockNeedsPredication(*bb)) in expectedCost()
6300 bool IfPredicateStore = (SI && Legal->blockNeedsPredication(SI->getParent())); in vectorizeMemoryInstruction()