Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DDataAggregator.h284 std::error_code printLBRHeatMap();
/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp544 if (std::error_code EC = printLBRHeatMap()) { in preprocessProfile()
1281 std::error_code DataAggregator::printLBRHeatMap() { in printLBRHeatMap() function in DataAggregator