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

/external/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp811 AttributeSet RAttrs = PAL.getRetAttributes(); local
818 RAttrs =
820 AttrBuilder(RAttrs, AttributeSet::ReturnIndex).
825 assert(!AttrBuilder(RAttrs, AttributeSet::ReturnIndex).
831 if (RAttrs.hasAttributes(AttributeSet::ReturnIndex))
832 AttributesVec.push_back(AttributeSet::get(NRetTy->getContext(), RAttrs));
869 AttributeSet RAttrs = CallPAL.getRetAttributes(); local
872 RAttrs =
874 AttrBuilder(RAttrs, AttributeSet::ReturnIndex).
879 if (RAttrs
[all...]

Completed in 410 milliseconds