Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp1027 SmallPtrSet<Value *, 8> SafePointers; in canVectorizeWithIfConvert() local
1034 SafePointers.insert(Ptr); in canVectorizeWithIfConvert()
1048 SafePointers.insert(LI->getPointerOperand()); in canVectorizeWithIfConvert()
1066 if (!blockCanBePredicated(BB, SafePointers, MaskedOp, in canVectorizeWithIfConvert()
1279 SmallPtrSet<Value *, 8> SafePointers; in prepareToFoldTailByMasking() local
1287 if (!blockCanBePredicated(BB, SafePointers, TmpMaskedOp, in prepareToFoldTailByMasking()