OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getHotness
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ModuleSummaryAnalysis.cpp
125
static CalleeInfo::HotnessType
getHotness
(uint64_t ProfileCount,
340
auto Hotness = ScaledCount ?
getHotness
(ScaledCount.getValue(), PSI)
386
.updateHotness(
getHotness
(Candidate.Count, PSI));
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DiagnosticInfo.h
477
Optional<uint64_t>
getHotness
() const { return Hotness; }
ModuleSummaryIndex.h
83
HotnessType
getHotness
() const { return HotnessType(Hotness); }
Completed in 82 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026