Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Utils/
H A DCommandLineOpts.h20 extern bool HeatmapMode;
/llvm-project-15.0.7/bolt/tools/heatmap/
H A Dheatmap.cpp61 opts::HeatmapMode = true; in main()
/llvm-project-15.0.7/bolt/lib/Utils/
H A DCommandLineOpts.cpp31 bool HeatmapMode = false; variable
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp473 if (!opts::HeatmapMode && in discoverStorage()
1609 if (!opts::HeatmapMode) { in readSpecialSections()
1633 if (opts::HeatmapMode) in readSpecialSections()
/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp543 if (opts::HeatmapMode) { in preprocessProfile()