Home
last modified time | relevance | path

Searched refs:NewCallPAL (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp884 AttributeSet NewCallPAL = AttributeSet::get(F->getContext(), AttributesVec); in RemoveDeadStuffFromFunction() local
894 cast<InvokeInst>(New)->setAttributes(NewCallPAL); in RemoveDeadStuffFromFunction()
898 cast<CallInst>(New)->setAttributes(NewCallPAL); in RemoveDeadStuffFromFunction()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DDeadArgumentElimination.cpp819 AttrListPtr NewCallPAL = AttrListPtr::get(AttributesVec.begin(), in RemoveDeadStuffFromFunction() local
827 cast<InvokeInst>(New)->setAttributes(NewCallPAL); in RemoveDeadStuffFromFunction()
831 cast<CallInst>(New)->setAttributes(NewCallPAL); in RemoveDeadStuffFromFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp927 AttributeList NewCallPAL = AttributeList::get( in RemoveDeadStuffFromFunction() local
943 NewCS.setAttributes(NewCallPAL); in RemoveDeadStuffFromFunction()