Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp56 FPI.TopLevelLoopCount += llvm::size(LI); in getFunctionPropertiesInfo()
70 << "TopLevelLoopCount: " << TopLevelLoopCount << "\n\n"; in print()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h59 int64_t TopLevelLoopCount = 0; variable