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