Searched refs:ByValArgsToTransform (Results 1 – 2 of 2) sorted by relevance
106 SmallPtrSetImpl<Argument *> &ByValArgsToTransform, in doPromotion() argument141 if (ByValArgsToTransform.count(&*I)) { in doPromotion()259 if (!ArgsToPromote.count(&*I) && !ByValArgsToTransform.count(&*I)) { in doPromotion()262 } else if (ByValArgsToTransform.count(&*I)) { in doPromotion()376 if (!ArgsToPromote.count(&*I) && !ByValArgsToTransform.count(&*I)) { in doPromotion()385 if (ByValArgsToTransform.count(&*I)) { in doPromotion()841 SmallPtrSetImpl<Argument *> &ByValArgsToTransform) { in areFunctionArgsABICompatible() argument849 !TTI.areFunctionArgsABICompatible(Caller, Callee, ByValArgsToTransform)) in areFunctionArgsABICompatible()927 SmallPtrSet<Argument *, 8> ByValArgsToTransform; in promoteArguments() local977 ByValArgsToTransform.insert(PtrArg); in promoteArguments()[all …]
36 SmallPtrSetImpl<Argument *> &ByValArgsToTransform);