Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPropagateAttributes.cpp86 FnProperties adjustToCaller(const FnProperties &CallerProps) const { in adjustToCaller()
87 FnProperties New((Features & ~TargetFeatures) | CallerProps.Features); in adjustToCaller()
89 New.Attributes[I] = CallerProps.Attributes[I]; in adjustToCaller()
260 const FnProperties CallerProps(*TM, *Caller); in process() local
262 if (CalleeProps == CallerProps) { in process()
268 Function *NewF = findFunction(CallerProps, &F); in process()
270 const FnProperties NewProps = CalleeProps.adjustToCaller(CallerProps); in process()
284 Clones.push_back(Clone(CallerProps, &F, NewF)); in process()