Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1145 SmallPtrSet<Value *, 8> SafePointers; in canVectorizeWithIfConvert() local
1152 SafePointers.insert(Ptr); in canVectorizeWithIfConvert()
1166 SafePointers.insert(LI->getPointerOperand()); in canVectorizeWithIfConvert()
1183 if (!blockCanBePredicated(BB, SafePointers, MaskedOp, in canVectorizeWithIfConvert()
1389 SmallPtrSet<Value *, 8> SafePointers; in prepareToFoldTailByMasking() local
1397 if (!blockCanBePredicated(BB, SafePointers, TmpMaskedOp, in prepareToFoldTailByMasking()