Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp71 TopLevelLoopCount = llvm::size(LI); in updateAggregateStats()
109 << "TopLevelLoopCount: " << TopLevelLoopCount << "\n" in print()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h75 int64_t TopLevelLoopCount = 0; variable