Change file static function getEntryForPercentile to be a static member function in ProfileSummaryBuilder so it can be used in other files.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D83439
[NFC] Change getEntryForPercentile to be a static function in ProfileSummaryBuilder ClosedPublic Authored by wmi on Jul 8 2020, 3:27 PM.
Details Summary Change file static function getEntryForPercentile to be a static member function in ProfileSummaryBuilder so it can be used in other files.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 8 2020, 3:39 PM Closed by commit rGe296e9dfd6ce: [NFC] Change getEntryForPercentile to be a static function in… (authored by wmi). · Explain WhyJul 9 2020, 4:57 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 276874 llvm/include/llvm/ProfileData/ProfileCommon.h
llvm/lib/Analysis/ProfileSummaryInfo.cpp
llvm/lib/ProfileData/ProfileSummaryBuilder.cpp
|