Searched refs:NewPAL (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp839 AttributeSet NewPAL = AttributeSet::get(F->getContext(), AttributesVec); local
851 NF->setAttributes(NewPAL);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1610 const AttributeSet &NewPAL = local
1619 cast<InvokeInst>(NewCaller)->setAttributes(NewPAL);
1626 cast<CallInst>(NewCaller)->setAttributes(NewPAL);

Completed in 572 milliseconds