Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp44 static cl::opt<unsigned> CallWithManyArgumentsThreshold( variable
164 if (Call->arg_size() > CallWithManyArgumentsThreshold) in updateForBB()