Searched defs:RAttrs (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp757 AttributeSet RAttrs = PAL.getRetAttributes(); local
764 RAttrs =
766 AttrBuilder(RAttrs, AttributeSet::ReturnIndex).
771 assert(!AttrBuilder(RAttrs, AttributeSet::ReturnIndex).
777 if (RAttrs.hasAttributes(AttributeSet::ReturnIndex))
778 AttributesVec.push_back(AttributeSet::get(NRetTy->getContext(), RAttrs));
842 AttributeSet RAttrs = CallPAL.getRetAttributes(); local
845 RAttrs =
847 AttrBuilder(RAttrs, AttributeSet::ReturnIndex).
852 if (RAttrs
[all...]

Completed in 314 milliseconds