Searched defs:isColdCallSite (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | ProfileSummaryInfo.cpp | 216 bool ProfileSummaryInfo::isColdCallSite(const CallBase &CB, isColdCallSite() function in ProfileSummaryInfo |
H A D | InlineCost.cpp | 1859 bool InlineCostCallAnalyzer::isColdCallSite(CallBase &Call, in isColdCallSite() function in InlineCostCallAnalyzer |
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ | ||
H A D | GlobalOpt.cpp | 1737 static bool isColdCallSite(CallBase &CB, BlockFrequencyInfo &CallerBFI) { in isColdCallSite() function |