Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1315 SmallPtrSet<Value *, 8> SafePointers; in canVectorizeWithIfConvert() local
1322 SafePointers.insert(Ptr); in canVectorizeWithIfConvert()
1336 SafePointers.insert(LI->getPointerOperand()); in canVectorizeWithIfConvert()
1353 !blockCanBePredicated(BB, SafePointers, MaskedOp)) { in canVectorizeWithIfConvert()
1556 SmallPtrSet<Value *, 8> SafePointers; in prepareToFoldTailByMasking() local
1565 if (!blockCanBePredicated(BB, SafePointers, TmpMaskedOp)) { in prepareToFoldTailByMasking()