Searched refs:MaxSupportedArgsInSummary (Results 1 – 3 of 3) sorted by relevance
102 LLVM_CONSTEXPR static unsigned MaxSupportedArgsInSummary = 50; variable
134 if (Fn.arg_size() > MaxSupportedArgsInSummary) in FunctionInfo()
324 if (CS.arg_size() > MaxSupportedArgsInSummary) in tryInterproceduralAnalysis()