Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp1320 const LBREntry *NextLBR = nullptr; in printLBRHeatMap() local
1322 if (NextLBR) { in printLBRHeatMap()
1325 const uint64_t TraceTo = NextLBR->From; in printLBRHeatMap()
1328 NextLBR = &LBR; in printLBRHeatMap()