Home
last modified time | relevance | path

Searched refs:NewPAL (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp857 AttributeList NewPAL = in RemoveDeadStuffFromFunction() local
871 NF->setAttributes(NewPAL); in RemoveDeadStuffFromFunction()
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp805 AttributeSet NewPAL = AttributeSet::get(F->getContext(), AttributesVec); in RemoveDeadStuffFromFunction() local
818 NF->setAttributes(NewPAL); in RemoveDeadStuffFromFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp855 AttributeList NewPAL = in RemoveDeadStuffFromFunction() local
869 NF->setAttributes(NewPAL); in RemoveDeadStuffFromFunction()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2519 AttributeList NewPAL = in transformCallThroughTrampoline() local
2532 cast<InvokeInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()
2538 cast<CallBrInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()
2545 cast<CallInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3015 const AttributeSet &NewPAL = in transformCallThroughTrampoline() local
3027 cast<InvokeInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()
3034 cast<CallInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4933 AttributeList NewPAL = in transformCallThroughTrampoline() local
4946 cast<InvokeInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()
4952 cast<CallBrInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()
4959 cast<CallInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()