Searched defs:getPSI (Results 1 – 3 of 3) sorted by relevance
193 ProfileSummaryInfo &getPSI() { return *PSI; } in getPSI() function194 const ProfileSummaryInfo &getPSI() const { return *PSI; } in getPSI() function
166 ProfileSummaryInfo &getPSI() { return *PSI; } in getPSI() function167 const ProfileSummaryInfo &getPSI() const { return *PSI; } in getPSI() function
128 ProfileSummaryInfo *ProfileSummaryInfoWrapperPass::getPSI(Module &M) { in getPSI() function in ProfileSummaryInfoWrapperPass