Searched defs:getPSI (Results 1 – 2 of 2) sorted by relevance
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