Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp161 CallReturnsVectorPointerCount += Direction; in updateForBB()
283 PRINT_PROPERTY(CallReturnsVectorPointerCount) in print()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h134 int64_t CallReturnsVectorPointerCount = 0; variable