Searched refs:SafePointers (Results 1 – 1 of 1) sorted by relevance
1323 SmallPtrSet<Value *, 8> SafePointers; in canVectorizeWithIfConvert() local1330 SafePointers.insert(Ptr); in canVectorizeWithIfConvert()1344 SafePointers.insert(LI->getPointerOperand()); in canVectorizeWithIfConvert()1361 !blockCanBePredicated(BB, SafePointers, MaskedOp)) { in canVectorizeWithIfConvert()1587 SmallPtrSet<Value *, 8> SafePointers; in canFoldTailByMasking() local1593 if (!blockCanBePredicated(BB, SafePointers, TmpMaskedOp)) { in canFoldTailByMasking()1606 SmallPtrSet<Value *, 8> SafePointers; in prepareToFoldTailByMasking() local1611 [[maybe_unused]] bool R = blockCanBePredicated(BB, SafePointers, MaskedOp); in prepareToFoldTailByMasking()