Lines Matching refs:PSI
82 ProfileSummaryInfo *PSI; member in __anond8f3b4e60111::CallAnalyzer
207 ProfileSummaryInfo *PSI, Function &Callee, int Threshold, in CallAnalyzer() argument
209 : TTI(TTI), ACT(ACT), PSI(PSI), F(Callee), CandidateCS(CSArg), in CallAnalyzer()
639 PSI->isHotCount(TotalWeight)) in updateThreshold()
646 PSI->isHotFunction(&Callee) || in updateThreshold()
651 bool ColdCallee = PSI->isColdFunction(&Callee); in updateThreshold()
960 CallAnalyzer CA(TTI, ACT, PSI, *F, InlineConstants::IndirectCallThreshold, in visitCallSite()
1450 ProfileSummaryInfo *PSI) { in getInlineCost() argument
1452 ACT, PSI); in getInlineCost()
1472 ProfileSummaryInfo *PSI) { in getInlineCost() argument
1506 CallAnalyzer CA(CalleeTTI, ACT, PSI, *Callee, DefaultThreshold, CS); in getInlineCost()