Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp213 SmallVectorImpl<const Use *> *PoisonUsesToFix) const;
240 SmallVectorImpl<const Use *> *PoisonUsesToFix) const;
564 SmallVectorImpl<const Use *> *PoisonUsesToFix) { in operandWithNewAddressSpaceOrCreatePoison() argument
587 PoisonUsesToFix->push_back(&OperandUse); in operandWithNewAddressSpaceOrCreatePoison()
607 SmallVectorImpl<const Use *> *PoisonUsesToFix) const { in cloneInstructionWithNewAddressSpace()
627 PredicatedAS, PoisonUsesToFix); in cloneInstructionWithNewAddressSpace()
656 PoisonUsesToFix)); in cloneInstructionWithNewAddressSpace()
785 SmallVectorImpl<const Use *> *PoisonUsesToFix) const { in cloneValueWithNewAddressSpace()
1139 SmallVector<const Use *, 32> PoisonUsesToFix; in rewriteWithNewAddressSpaces() local
1151 PredicatedAS, &PoisonUsesToFix); in rewriteWithNewAddressSpaces()
[all …]