Searched refs:NewProps (Results 1 – 1 of 1) sorted by relevance
124 Function *cloneWithProperties(Function &F, const FnProperties &NewProps);270 const FnProperties NewProps = CalleeProps.adjustToCaller(CallerProps); in process() local276 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() argument319 setFeatures(*NewF, NewProps.Features); in cloneWithProperties()320 setAttributes(*NewF, NewProps.Attributes); in cloneWithProperties()