Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1398 bool blockNeedsPredicationForAnyReason(BasicBlock *BB) const { in blockNeedsPredicationForAnyReason() function in llvm::LoopVectorizationCostModel
3113 blockNeedsPredicationForAnyReason(I->getParent()) && in interleavedAccessCanBeWidened()
4915 if (!blockNeedsPredicationForAnyReason(BB)) in collectInstsToScalarize()
6654 if (CM.blockNeedsPredicationForAnyReason(OrigLoop->getHeader()) && in plan()
8301 if (CM.blockNeedsPredicationForAnyReason(Reduction->getParent())) { in tryToCreatePartialReduction()
9090 if (CM.blockNeedsPredicationForAnyReason(CurrentLinkI->getParent())) in adjustRecipesForReductions()