Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp154 CallReturnsPointerCount += Direction; in updateForBB()
280 PRINT_PROPERTY(CallReturnsPointerCount) in print()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h131 int64_t CallReturnsPointerCount = 0; variable