Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp209 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()
1115 SmallVector<const Use *, 32> UndefUsesToFix; in rewriteWithNewAddressSpaces() local
1127 PredicatedAS, &UndefUsesToFix); in rewriteWithNewAddressSpaces()
[all …]