Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp213 SmallVectorImpl<const Use *> *PoisonUsesToFix) const;
243 SmallVectorImpl<const Use *> *PoisonUsesToFix) const;
625 SmallVectorImpl<const Use *> *PoisonUsesToFix) { in operandWithNewAddressSpaceOrCreatePoison() argument
648 PoisonUsesToFix->push_back(&OperandUse); in operandWithNewAddressSpaceOrCreatePoison()
668 SmallVectorImpl<const Use *> *PoisonUsesToFix) const { in cloneInstructionWithNewAddressSpace()
686 PredicatedAS, PoisonUsesToFix); in cloneInstructionWithNewAddressSpace()
716 PoisonUsesToFix)); in cloneInstructionWithNewAddressSpace()
845 SmallVectorImpl<const Use *> *PoisonUsesToFix) const { in cloneValueWithNewAddressSpace()
864 I, NewAddrSpace, ValueWithNewAddrSpace, PredicatedAS, PoisonUsesToFix); in cloneValueWithNewAddressSpace()
1323 SmallVector<const Use *, 32> PoisonUsesToFix; in rewriteWithNewAddressSpaces() local
[all …]