Searched refs:CallWithManyArgumentsThreshold (Results 1 – 1 of 1) sorted by relevance
45 static cl::opt<unsigned> CallWithManyArgumentsThreshold( variable165 if (Call->arg_size() > CallWithManyArgumentsThreshold) in updateForBB()