Home
last modified time | relevance | path

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

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