Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1323 SmallPtrSet<Value *, 8> SafePointers; in canVectorizeWithIfConvert() local
1330 SafePointers.insert(Ptr); in canVectorizeWithIfConvert()
1344 SafePointers.insert(LI->getPointerOperand()); in canVectorizeWithIfConvert()
1361 !blockCanBePredicated(BB, SafePointers, MaskedOp)) { in canVectorizeWithIfConvert()
1587 SmallPtrSet<Value *, 8> SafePointers; in canFoldTailByMasking() local
1593 if (!blockCanBePredicated(BB, SafePointers, TmpMaskedOp)) { in canFoldTailByMasking()
1606 SmallPtrSet<Value *, 8> SafePointers; in prepareToFoldTailByMasking() local
1611 [[maybe_unused]] bool R = blockCanBePredicated(BB, SafePointers, MaskedOp); in prepareToFoldTailByMasking()