Searched defs:getPSI (Results 1 – 7 of 7) sorted by relevance
201 ProfileSummaryInfo &getPSI() { return *PSI; } in getPSI() function202 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
361 ProfileSummaryInfo &getPSI() { return *PSI; } in getPSI() function362 const ProfileSummaryInfo &getPSI() const { return *PSI; } in getPSI() function
128 ProfileSummaryInfo *ProfileSummaryInfoWrapperPass::getPSI(Module &M) { in getPSI() function in ProfileSummaryInfoWrapperPass