Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPropagateAttributes.cpp124 Function *cloneWithProperties(Function &F, const FnProperties &NewProps);
270 const FnProperties NewProps = CalleeProps.adjustToCaller(CallerProps); in process() local
276 setFeatures(F, NewProps.Features); in process()
277 setAttributes(F, NewProps.Attributes); in process()
283 NewF = cloneWithProperties(F, NewProps); in process()
314 const FnProperties &NewProps) { in cloneWithProperties() argument
319 setFeatures(*NewF, NewProps.Features); in cloneWithProperties()
320 setAttributes(*NewF, NewProps.Attributes); in cloneWithProperties()