Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp165 CallWithManyArgumentsCount += Direction; in updateForBB()
284 PRINT_PROPERTY(CallWithManyArgumentsCount) in print()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h135 int64_t CallWithManyArgumentsCount = 0; variable