Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp991 SmallPtrSet<Value *, 8> SafePointers; in canVectorizeWithIfConvert() local
998 SafePointers.insert(Ptr); in canVectorizeWithIfConvert()
1012 SafePointers.insert(LI->getPointerOperand()); in canVectorizeWithIfConvert()
1030 if (!blockCanBePredicated(BB, SafePointers, MaskedOp, in canVectorizeWithIfConvert()
1258 SmallPtrSet<Value *, 8> SafePointers; in prepareToFoldTailByMasking() local
1266 if (!blockCanBePredicated(BB, SafePointers, TmpMaskedOp, in prepareToFoldTailByMasking()