Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp170 CallWithPointerArgumentCount += Direction; in updateForBB()
316 CallWithPointerArgumentCount != FPI.CallWithPointerArgumentCount) { in operator ==()
375 PRINT_PROPERTY(CallWithPointerArgumentCount) in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h142 int64_t CallWithPointerArgumentCount = 0; variable