Searched defs:NewCallerPAL (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1188 const AttrListPtr &NewCallerPAL = AttrListPtr::get(attrVec.begin(), local
1197 cast<InvokeInst>(NC)->setAttributes(NewCallerPAL);
1205 cast<CallInst>(NC)->setAttributes(NewCallerPAL);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2828 const AttributeSet &NewCallerPAL = AttributeSet::get(Callee->getContext(), local
2840 cast<InvokeInst>(NC)->setAttributes(NewCallerPAL);
2848 cast<CallInst>(NC)->setAttributes(NewCallerPAL);

Completed in 113 milliseconds