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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp855 AttributeList NewPAL = local
869 NF->setAttributes(NewPAL);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4933 AttributeList NewPAL = local
4946 cast<InvokeInst>(NewCaller)->setAttributes(NewPAL);
4952 cast<CallBrInst>(NewCaller)->setAttributes(NewPAL);
4959 cast<CallInst>(NewCaller)->setAttributes(NewPAL);

Completed in 120 milliseconds