Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunctionProfile.cpp288 uint64_t ReportedBranches = 0; in inferFallThroughCounts() local
291 ReportedBranches += SuccBI.Count; in inferFallThroughCounts()
310 ReportedBranches + CTCTakenCount + ReportedThrows; in inferFallThroughCounts()
322 << BBExecCount << " < " << ReportedBranches in inferFallThroughCounts()