Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp28 ++FPI.BasicBlockCount; in getFunctionPropertiesInfo()
61 OS << "BasicBlockCount: " << BasicBlockCount << "\n" in print()
H A DMLInlineAdvisor.cpp246 CalleeBefore.BasicBlockCount); in getAdviceImpl()
256 CallerBefore.BasicBlockCount); in getAdviceImpl()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h31 int64_t BasicBlockCount = 0; variable