Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp49 BasicBlockCount += Direction; in updateForBB()
100 OS << "BasicBlockCount: " << BasicBlockCount << "\n" in print()
H A DMLInlineAdvisor.cpp348 CalleeBefore.BasicBlockCount; in getAdviceImpl()
360 CallerBefore.BasicBlockCount; in getAdviceImpl()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h47 int64_t BasicBlockCount = 0; variable