Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp43 BasicAggregation("nl", variable
162 if (opts::BasicAggregation) in start()
551 if ((!opts::BasicAggregation && parseBranchEvents()) || in preprocessProfile()
552 (opts::BasicAggregation && parseBasicEvents())) in preprocessProfile()
629 else if (opts::BasicAggregation) in processProfile()
640 const auto Flags = opts::BasicAggregation ? BinaryFunction::PF_SAMPLE in processProfile()
1294 if (opts::BasicAggregation) { in printLBRHeatMap()
1341 if (opts::BasicAggregation) { in printLBRHeatMap()
2228 if (opts::BasicAggregation) { in writeAggregatedFile()