Searched refs:getPSI (Results 1 – 3 of 3) sorted by relevance
72 ProfileSummaryInfo *getPSI(Module &M);
128 ProfileSummaryInfo *ProfileSummaryInfoWrapperPass::getPSI(Module &M) { in getPSI() function in ProfileSummaryInfoWrapperPass
379 PSI = getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(CG.getModule()); in inlineCalls()