Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp45 ++FPI.LoadInstCount; in getFunctionPropertiesInfo()
67 << "LoadInstCount: " << LoadInstCount << "\n" in print()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h50 int64_t LoadInstCount = 0; variable