Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp73 BasicBlockCount += Direction; in updateForBB()
240 PRINT_PROPERTY(BasicBlockCount) in print()
H A DMLInlineAdvisor.cpp390 CalleeBefore.BasicBlockCount; in getAdviceImpl()
403 CallerBefore.BasicBlockCount; in getAdviceImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h51 int64_t BasicBlockCount = 0; variable