reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
812 if (PSI && PSI->hasProfileSummary()) 812 if (PSI && PSI->hasProfileSummary()) 813 return PSI->isColdCallSite(CallSite(&Call), CallerBFI); 837 if (PSI && PSI->hasProfileSummary() && 837 if (PSI && PSI->hasProfileSummary() && 838 PSI->isHotCallSite(CallSite(&Call), CallerBFI)) 945 } else if (PSI) { 948 if (PSI->isFunctionEntryHot(&Callee)) { 954 } else if (PSI->isFunctionEntryCold(&Callee)) { 1323 CallAnalyzer CA(TTI, GetAssumptionCache, GetBFI, PSI, ORE, *F, Call,