Searched refs:CallerProps (Results 1 – 1 of 1) sorted by relevance
90 FnProperties adjustToCaller(const FnProperties &CallerProps) const { in adjustToCaller()91 FnProperties New((Features & ~TargetFeatures) | CallerProps.Features); in adjustToCaller()93 New.Attributes[I] = CallerProps.Attributes[I]; in adjustToCaller()264 const FnProperties CallerProps(*TM, *Caller); in process() local266 if (CalleeProps == CallerProps) { in process()272 Function *NewF = findFunction(CallerProps, &F); in process()274 const FnProperties NewProps = CalleeProps.adjustToCaller(CallerProps); in process()288 Clones.push_back(Clone(CallerProps, &F, NewF)); in process()