Lines Matching refs:UndefUsesToFix
209 SmallVectorImpl<const Use *> *UndefUsesToFix) const;
236 SmallVectorImpl<const Use *> *UndefUsesToFix) const;
529 SmallVectorImpl<const Use *> *UndefUsesToFix) { in operandWithNewAddressSpaceOrCreateUndef() argument
553 UndefUsesToFix->push_back(&OperandUse); in operandWithNewAddressSpaceOrCreateUndef()
573 SmallVectorImpl<const Use *> *UndefUsesToFix) const { in cloneInstructionWithNewAddressSpace()
594 PredicatedAS, UndefUsesToFix); in cloneInstructionWithNewAddressSpace()
624 UndefUsesToFix)); in cloneInstructionWithNewAddressSpace()
765 SmallVectorImpl<const Use *> *UndefUsesToFix) const { in cloneValueWithNewAddressSpace()
772 I, NewAddrSpace, ValueWithNewAddrSpace, PredicatedAS, UndefUsesToFix); in cloneValueWithNewAddressSpace()
1115 SmallVector<const Use *, 32> UndefUsesToFix; in rewriteWithNewAddressSpaces() local
1127 PredicatedAS, &UndefUsesToFix); in rewriteWithNewAddressSpaces()
1137 for (const Use *UndefUse : UndefUsesToFix) { in rewriteWithNewAddressSpaces()