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 651 const AttributeSet &CallPAL = CS.getAttributes();
654 if (CallPAL.hasAttributes(AttributeSet::ReturnIndex))
656 CallPAL.getRetAttributes()));
667 if (CallPAL.hasAttributes(ArgIndex)) {
668 AttrBuilder B(CallPAL, ArgIndex);
730 if (CallPAL.hasAttributes(ArgIndex)) {
731 AttrBuilder B(CallPAL, ArgIndex);
738 if (CallPAL.hasAttributes(AttributeSet::FunctionIndex))
740 CallPAL.getFnAttributes()));
    [all...]
DeadArgumentElimination.cpp     [all...]

Completed in 71 milliseconds