Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Utils/
H A DCommandLineOpts.cpp53 AggregateOnly("aggregate-only", variable
192 if (opts::AggregateOnly) in processAllFunctions()
/llvm-project-15.0.7/bolt/tools/driver/
H A Dllvm-bolt.cpp126 opts::AggregateOnly = true; in perf2boltMode()
225 if (!opts::AggregateOnly) { in main()
239 if (opts::AggregateOnly && opts::PerfData.empty()) { in main()
/llvm-project-15.0.7/bolt/include/bolt/Utils/
H A DCommandLineOpts.h34 extern llvm::cl::opt<bool> AggregateOnly;
/llvm-project-15.0.7/bolt/tools/heatmap/
H A Dheatmap.cpp62 opts::AggregateOnly = true; in main()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp474 !(opts::AggregateOnly && BAT->enabledFor(InputFile)) && in discoverStorage()
738 if (opts::AggregateOnly && BAT->enabledFor(InputFile)) { in run()
1590 if (HasDebugInfo && !opts::UpdateDebugSections && !opts::AggregateOnly) { in readSpecialSections()
1698 if (BC->HasRelocations && opts::AggregateOnly && in adjustCommandLineOptions()
2848 if (opts::AggregateOnly) in processProfileData()
/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp614 if (opts::AggregateOnly) { in readProfile()