Home | History | Annotate | Download | only in IPO

Lines Matching refs:CallPAL

866     const AttributeSet &CallPAL = CS.getAttributes();
869 AttributeSet RAttrs = CallPAL.getRetAttributes();
892 if (CallPAL.hasAttributes(i + 1)) {
893 AttrBuilder B(CallPAL, i + 1);
909 if (CallPAL.hasAttributes(i + 1)) {
910 AttrBuilder B(CallPAL, i + 1);
916 if (CallPAL.hasAttributes(AttributeSet::FunctionIndex))
918 CallPAL.getFnAttributes()));