Lines Matching refs:PoisonUsesToFix
213 SmallVectorImpl<const Use *> *PoisonUsesToFix) const;
240 SmallVectorImpl<const Use *> *PoisonUsesToFix) const;
564 SmallVectorImpl<const Use *> *PoisonUsesToFix) { in operandWithNewAddressSpaceOrCreatePoison() argument
587 PoisonUsesToFix->push_back(&OperandUse); in operandWithNewAddressSpaceOrCreatePoison()
607 SmallVectorImpl<const Use *> *PoisonUsesToFix) const { in cloneInstructionWithNewAddressSpace()
627 PredicatedAS, PoisonUsesToFix); in cloneInstructionWithNewAddressSpace()
656 PoisonUsesToFix)); in cloneInstructionWithNewAddressSpace()
785 SmallVectorImpl<const Use *> *PoisonUsesToFix) const { in cloneValueWithNewAddressSpace()
792 I, NewAddrSpace, ValueWithNewAddrSpace, PredicatedAS, PoisonUsesToFix); in cloneValueWithNewAddressSpace()
1139 SmallVector<const Use *, 32> PoisonUsesToFix; in rewriteWithNewAddressSpaces() local
1151 PredicatedAS, &PoisonUsesToFix); in rewriteWithNewAddressSpaces()
1161 for (const Use *PoisonUse : PoisonUsesToFix) { in rewriteWithNewAddressSpaces()