Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1554 bool blockNeedsPredicationForAnyReason(BasicBlock *BB) const { in blockNeedsPredicationForAnyReason() function in llvm::LoopVectorizationCostModel
4412 if (!blockNeedsPredicationForAnyReason(I->getParent())) in isPredicatedInst()
4558 blockNeedsPredicationForAnyReason(I->getParent()) && in interleavedAccessCanBeWidened()
6157 if (!blockNeedsPredicationForAnyReason(BB)) in collectInstsToScalarize()
7510 if (CM.blockNeedsPredicationForAnyReason(OrigLoop->getHeader()) && in plan()
8099 if (!CM.blockNeedsPredicationForAnyReason(BB)) in createBlockInMask()
9259 if (CM.blockNeedsPredicationForAnyReason(R->getParent())) { in adjustRecipesForReductions()