Home
last modified time | relevance | path

Searched refs:UndefUsesToFix (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp192 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()
588 … OperandUse, NewAddrSpace, ValueWithNewAddrSpace, UndefUsesToFix)); in cloneInstructionWithNewAddressSpace()
724 SmallVectorImpl<const Use *> *UndefUsesToFix) const { in cloneValueWithNewAddressSpace()
731 I, NewAddrSpace, ValueWithNewAddrSpace, UndefUsesToFix); in cloneValueWithNewAddressSpace()
1026 SmallVector<const Use *, 32> UndefUsesToFix; in rewriteWithNewAddressSpaces() local
[all …]