File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1016,7 +1016,8 @@ struct PGOAnalysisMap {
10161016 uint32_t ID;
10171017 // / Branch Probability of the edge to this successor taken from MBPI.
10181018 BranchProbability Prob;
1019- // / Raw edge count from the post link profile.
1019+ // / Raw edge count from the post link profile (e.g., from bolt or
1020+ // / propeller).
10201021 uint64_t PostLinkFreq;
10211022
10221023 bool operator ==(const SuccessorEntry &Other) const {
@@ -1027,7 +1028,8 @@ struct PGOAnalysisMap {
10271028
10281029 // / Block frequency taken from MBFI
10291030 BlockFrequency BlockFreq;
1030- // / Raw block count taken from the post linke profile
1031+ // / Raw block count taken from the post link profile (e.g., from bolt or
1032+ // / propeller).
10311033 uint64_t PostLinkBlockFreq = 0 ;
10321034 // / List of successors of the current block
10331035 llvm::SmallVector<SuccessorEntry, 2 > Successors;
You can’t perform that action at this time.
0 commit comments