Lines Matching refs:UndefUsesToFix
192 SmallVectorImpl<const Use *> *UndefUsesToFix) const;
216 SmallVectorImpl<const Use *> *UndefUsesToFix) const;
508 SmallVectorImpl<const Use *> *UndefUsesToFix) { in operandWithNewAddressSpaceOrCreateUndef() argument
520 UndefUsesToFix->push_back(&OperandUse); in operandWithNewAddressSpaceOrCreateUndef()
539 SmallVectorImpl<const Use *> *UndefUsesToFix) const { in cloneInstructionWithNewAddressSpace()
560 UndefUsesToFix); in cloneInstructionWithNewAddressSpace()
589 … OperandUse, NewAddrSpace, ValueWithNewAddrSpace, UndefUsesToFix)); in cloneInstructionWithNewAddressSpace()
727 SmallVectorImpl<const Use *> *UndefUsesToFix) const { in cloneValueWithNewAddressSpace()
734 I, NewAddrSpace, ValueWithNewAddrSpace, UndefUsesToFix); in cloneValueWithNewAddressSpace()
1035 SmallVector<const Use *, 32> UndefUsesToFix; in rewriteWithNewAddressSpaces() local
1046 V, NewAddrSpace, ValueWithNewAddrSpace, &UndefUsesToFix); in rewriteWithNewAddressSpaces()
1056 for (const Use *UndefUse : UndefUsesToFix) { in rewriteWithNewAddressSpaces()