Searched refs:SafePointers (Results 1 – 1 of 1) sorted by relevance
1474 SmallPtrSet<Value *, 8> SafePointers; in canVectorizeWithIfConvert() local1481 SafePointers.insert(Ptr); in canVectorizeWithIfConvert()1541 SafePointers.insert(LI->getPointerOperand()); in canVectorizeWithIfConvert()1566 !blockCanBePredicated(BB, SafePointers, MaskedOp)) { in canVectorizeWithIfConvert()1964 SmallPtrSet<Value *, 8> SafePointers; in canFoldTailByMasking() local1970 if (!blockCanBePredicated(BB, SafePointers, TmpMaskedOp)) { in canFoldTailByMasking()1983 SmallPtrSet<Value *, 8> SafePointers; in prepareToFoldTailByMasking() local1988 [[maybe_unused]] bool R = blockCanBePredicated(BB, SafePointers, MaskedOp); in prepareToFoldTailByMasking()