Searched refs:ProfileSummaryInfoWrapperPass (Results 1 – 5 of 5) sorted by relevance
128 ProfileSummaryInfo *ProfileSummaryInfoWrapperPass::getPSI(Module &M) { in getPSI()134 INITIALIZE_PASS(ProfileSummaryInfoWrapperPass, "profile-summary-info",137 ProfileSummaryInfoWrapperPass::ProfileSummaryInfoWrapperPass() in ProfileSummaryInfoWrapperPass() function in ProfileSummaryInfoWrapperPass166 char ProfileSummaryInfoWrapperPass::ID = 0;
65 class ProfileSummaryInfoWrapperPass : public ImmutablePass {70 ProfileSummaryInfoWrapperPass();
69 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
81 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
60 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()379 PSI = getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(CG.getModule()); in inlineCalls()