Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1553 AttrBuilder ValidPG = IdentifyValidPoisonGeneratingAttributes(CB); in AddReturnAttributes() local
1554 if (!ValidUB.hasAttributes() && !ValidPG.hasAttributes()) in AddReturnAttributes()
1641 if (ValidPG.getAlignment().valueOrOne() < AL.getRetAlignment().valueOrOne()) in AddReturnAttributes()
1642 ValidPG.removeAttribute(Attribute::Alignment); in AddReturnAttributes()
1643 if (ValidPG.hasAttributes()) { in AddReturnAttributes()
1644 Attribute CBRange = ValidPG.getAttribute(Attribute::Range); in AddReturnAttributes()
1648 ValidPG.addRangeAttr( in AddReturnAttributes()
1665 NewAL = NewAL.addRetAttributes(Context, ValidPG); in AddReturnAttributes()