Searched defs:ByValArgsToTransform (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp931 SmallPtrSet<Argument *, 8> ByValArgsToTransform; local
105 doPromotion(Function *F, SmallPtrSetImpl<Argument *> &ArgsToPromote, SmallPtrSetImpl<Argument *> &ByValArgsToTransform, Optional<function_ref<void(CallBase &OldCS, CallBase &NewCS)>> ReplaceCallSite) argument
842 areFunctionArgsABICompatible( const Function &F, const TargetTransformInfo &TTI, SmallPtrSetImpl<Argument *> &ArgsToPromote, SmallPtrSetImpl<Argument *> &ByValArgsToTransform) argument
[all...]

Completed in 130 milliseconds