HomeSort by relevance Sort by last modified time
    Searched refs:CallPAL (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 645 const AttrListPtr &CallPAL = CS.getAttributes();
648 if (Attributes attrs = CallPAL.getRetAttributes())
660 if (Attributes Attrs = CallPAL.getParamAttributes(ArgIndex))
724 if (Attributes Attrs = CallPAL.getParamAttributes(ArgIndex))
729 if (Attributes attrs = CallPAL.getFnAttributes())
    [all...]
DeadArgumentElimination.cpp 784 const AttrListPtr &CallPAL = CS.getAttributes();
787 Attributes RAttrs = CallPAL.getRetAttributes();
788 Attributes FnAttrs = CallPAL.getFnAttributes();
804 if (Attributes Attrs = CallPAL.getParamAttributes(i + 1))
811 if (Attributes Attrs = CallPAL.getParamAttributes(i + 1))
    [all...]

Completed in 111 milliseconds