Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ProfileSummaryInfo

1 //===- llvm/Analysis/ProfileSummaryInfo.h - profile summary ---*- C++ -*-===//
44 class ProfileSummaryInfo {
58 ProfileSummaryInfo(Module &M) : M(M) {}
59 ProfileSummaryInfo(ProfileSummaryInfo &&Arg)
115 /// An analysis pass based on legacy pass manager to deliver ProfileSummaryInfo.
117 std::unique_ptr<ProfileSummaryInfo> PSI;
123 ProfileSummaryInfo *getPSI() {
134 /// An analysis pass based on the new PM to deliver ProfileSummaryInfo.
138 typedef ProfileSummaryInfo Result;