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.cpp1474 SmallPtrSet<Value *, 8> SafePointers; in canVectorizeWithIfConvert() local
1481 SafePointers.insert(Ptr); in canVectorizeWithIfConvert()
1541 SafePointers.insert(LI->getPointerOperand()); in canVectorizeWithIfConvert()
1566 !blockCanBePredicated(BB, SafePointers, MaskedOp)) { in canVectorizeWithIfConvert()
1964 SmallPtrSet<Value *, 8> SafePointers; in canFoldTailByMasking() local
1970 if (!blockCanBePredicated(BB, SafePointers, TmpMaskedOp)) { in canFoldTailByMasking()
1983 SmallPtrSet<Value *, 8> SafePointers; in prepareToFoldTailByMasking() local
1988 [[maybe_unused]] bool R = blockCanBePredicated(BB, SafePointers, MaskedOp); in prepareToFoldTailByMasking()