Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp106 SmallPtrSetImpl<Argument *> &ByValArgsToTransform, in doPromotion() argument
141 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() argument
849 !TTI.areFunctionArgsABICompatible(Caller, Callee, ByValArgsToTransform)) in areFunctionArgsABICompatible()
927 SmallPtrSet<Argument *, 8> ByValArgsToTransform; in promoteArguments() local
977 ByValArgsToTransform.insert(PtrArg); in promoteArguments()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DArgumentPromotion.h36 SmallPtrSetImpl<Argument *> &ByValArgsToTransform);