Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h454 blockCanBePredicated(BasicBlock *BB, SmallPtrSetImpl<Value *> &SafePtrs,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1248 bool LoopVectorizationLegality::blockCanBePredicated( in blockCanBePredicated() function in llvm::LoopVectorizationLegality
1353 !blockCanBePredicated(BB, SafePointers, MaskedOp)) { in canVectorizeWithIfConvert()
1565 if (!blockCanBePredicated(BB, SafePointers, TmpMaskedOp)) { in prepareToFoldTailByMasking()