Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp402 OutFile << FallthroughLBRs.size() << "\n"; in writeAutoFDOData()
403 for (const auto &AggrLBR : FallthroughLBRs) { in writeAutoFDOData()
427 outs() << "PERF2BOLT: wrote " << FallthroughLBRs.size() << " unique traces, " in writeAutoFDOData()
648 clear(FallthroughLBRs); in processProfile()
1326 ++FallthroughLBRs[Trace(TraceFrom, TraceTo)].InternCount; in printLBRHeatMap()
1337 outs() << "HEATMAP: " << FallthroughLBRs.size() << " unique traces\n"; in printLBRHeatMap()
1354 for (const auto &LBR : FallthroughLBRs) { in printLBRHeatMap()
1440 FTInfo &Info = FallthroughLBRs[Trace(TraceFrom, TraceTo)]; in parseBranchEvents()
1579 for (const auto &AggrLBR : FallthroughLBRs) { in processBranchEvents()
/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DDataAggregator.h133 std::unordered_map<Trace, FTInfo, TraceHash> FallthroughLBRs; variable