OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isColdCallSite
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ProfileSummaryInfo.h
156
bool
isColdCallSite
(const CallBase &CB, BlockFrequencyInfo *BFI) const;
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ProfileSummaryInfo.cpp
364
bool ProfileSummaryInfo::
isColdCallSite
(const CallBase &CB,
InlineCost.cpp
505
bool
isColdCallSite
(CallBase &Call, BlockFrequencyInfo *CallerBFI);
1418
bool InlineCostCallAnalyzer::
isColdCallSite
(CallBase &Call,
1423
return PSI->
isColdCallSite
(Call, CallerBFI);
1546
} else if (
isColdCallSite
(Call, CallerBFI)) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
GlobalOpt.cpp
1693
static bool
isColdCallSite
(CallBase &CB, BlockFrequencyInfo &CallerBFI) {
1721
if (!
isColdCallSite
(CB, CallerBFI))
1762
if (!
isColdCallSite
(*CI, CallerBFI))
Completed in 134 milliseconds
Indexes created Wed Sep 02 00:25:50 UTC 2026