Lines Matching refs:CallerPAL
2625 const AttributeSet &CallerPAL = CS.getAttributes();
2651 if (!CallerPAL.isEmpty() && !Caller->use_empty()) {
2652 AttrBuilder RAttrs(CallerPAL, AttributeSet::ReturnIndex);
2693 if (AttrBuilder(CallerPAL.getParamAttributes(i + 1), i + 1).
2703 CallerPAL.getParamAttributes(i + 1).hasAttribute(i + 1,
2739 !CallerPAL.isEmpty())
2743 for (unsigned i = CallerPAL.getNumSlots(); i; --i) {
2744 unsigned Index = CallerPAL.getSlotIndex(i - 1);
2749 AttributeSet PAttrs = CallerPAL.getSlotAttributes(i - 1);
2763 AttrBuilder RAttrs(CallerPAL, AttributeSet::ReturnIndex);
2785 AttrBuilder PAttrs(CallerPAL.getParamAttributes(i + 1), i + 1);
2813 AttrBuilder PAttrs(CallerPAL.getParamAttributes(i + 1), i + 1);
2821 AttributeSet FnAttrs = CallerPAL.getFnAttributes();
2822 if (CallerPAL.hasAttributes(AttributeSet::FunctionIndex))