Searched refs:UndefUsesToFix (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | InferAddressSpaces.cpp | 197 SmallVectorImpl<const Use *> *UndefUsesToFix) const; 418 SmallVectorImpl<const Use *> *UndefUsesToFix) { in operandWithNewAddressSpaceOrCreateUndef() argument 430 UndefUsesToFix->push_back(&OperandUse); in operandWithNewAddressSpaceOrCreateUndef() 446 SmallVectorImpl<const Use *> *UndefUsesToFix) { in cloneInstructionWithNewAddressSpace() argument 468 … OperandUse, NewAddrSpace, ValueWithNewAddrSpace, UndefUsesToFix)); in cloneInstructionWithNewAddressSpace() 581 SmallVectorImpl<const Use *> *UndefUsesToFix) const { in cloneValueWithNewAddressSpace() 588 I, NewAddrSpace, ValueWithNewAddrSpace, UndefUsesToFix); in cloneValueWithNewAddressSpace() 873 SmallVector<const Use *, 32> UndefUsesToFix; in rewriteWithNewAddressSpaces() local 878 V, NewAddrSpace, ValueWithNewAddrSpace, &UndefUsesToFix); in rewriteWithNewAddressSpaces() 886 for (const Use *UndefUse : UndefUsesToFix) { in rewriteWithNewAddressSpaces()
|