Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp169 CallWithPointerArgumentCount += Direction; in updateForBB()
285 PRINT_PROPERTY(CallWithPointerArgumentCount) in print()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h136 int64_t CallWithPointerArgumentCount = 0; variable