Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunctionProfile.cpp309 const uint64_t TotalReportedJumps = in inferFallThroughCounts() local
315 if (BBExecCount > TotalReportedJumps) in inferFallThroughCounts()
316 Inferred = BBExecCount - TotalReportedJumps; in inferFallThroughCounts()
319 if (BBExecCount < TotalReportedJumps) dbgs() in inferFallThroughCounts()