Home
last modified time | relevance | path

Searched refs:BasicBlockCount (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp28 ++FPI.BasicBlockCount; in getFunctionPropertiesInfo()
61 OS << "BasicBlockCount: " << BasicBlockCount << "\n" in print()
H A DMLInlineAdvisor.cpp232 CalleeBefore.BasicBlockCount); in getAdviceImpl()
243 CallerBefore.BasicBlockCount); in getAdviceImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h31 int64_t BasicBlockCount = 0; variable