Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp166 CallWithManyArgumentsCount += Direction; in updateForBB()
315 CallWithManyArgumentsCount != FPI.CallWithManyArgumentsCount || in operator ==()
374 PRINT_PROPERTY(CallWithManyArgumentsCount) in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h141 int64_t CallWithManyArgumentsCount = 0; variable