Searched refs:RAttrs (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 846 AttrBuilder RAttrs(F->getContext(), PAL.getRetAttrs()); in removeDeadStuffFromFunction() local 853 RAttrs.remove(AttributeFuncs::typeIncompatible(NRetTy, PAL.getRetAttrs())); in removeDeadStuffFromFunction() 855 assert(!RAttrs.overlaps( in removeDeadStuffFromFunction() 859 AttributeSet RetAttrs = AttributeSet::get(F->getContext(), RAttrs); in removeDeadStuffFromFunction() 898 AttrBuilder RAttrs(F->getContext(), CallPAL.getRetAttrs()); in removeDeadStuffFromFunction() local 899 RAttrs.remove( in removeDeadStuffFromFunction() 901 AttributeSet RetAttrs = AttributeSet::get(F->getContext(), RAttrs); in removeDeadStuffFromFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CallPromotionUtils.cpp | 550 AttrBuilder RAttrs(Ctx, CallerPAL.getRetAttrs()); in promoteCall() local 553 RAttrs.remove( in promoteCall() 561 AttributeSet::get(Ctx, RAttrs), in promoteCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 4430 AttrBuilder RAttrs(FT->getContext(), CallerPAL.getRetAttrs()); in transformConstExprCastCall() local 4431 if (RAttrs.overlaps(AttributeFuncs::typeIncompatible( in transformConstExprCastCall() 4513 AttrBuilder RAttrs(FT->getContext(), CallerPAL.getRetAttrs()); in transformConstExprCastCall() local 4517 RAttrs.remove( in transformConstExprCastCall() 4575 Ctx, FnAttrs, AttributeSet::get(Ctx, RAttrs), ArgAttrs); in transformConstExprCastCall()
|