OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Hotness
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Remarks/
BitstreamRemarkParser.h
65
Optional<uint64_t>
Hotness
;
Remark.h
87
Optional<uint64_t>
Hotness
;
160
LHS.
Hotness
== RHS.
Hotness
&& LHS.Args == RHS.Args;
169
LHS.FunctionName, LHS.Loc, LHS.
Hotness
, LHS.Args) <
171
RHS.FunctionName, RHS.Loc, RHS.
Hotness
, RHS.Args);
/src/external/apache2/llvm/dist/llvm/lib/IR/
DiagnosticInfo.cpp
243
if (
Hotness
)
244
DP << " (
hotness
: " << *
Hotness
<< ")";
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ModuleSummaryAnalysis.cpp
340
auto
Hotness
= ScaledCount ? getHotness(ScaledCount.getValue(), PSI)
343
Hotness
= CalleeInfo::HotnessType::Cold;
351
ValueInfo.updateHotness(
Hotness
);
354
if (BFI != nullptr &&
Hotness
== CalleeInfo::HotnessType::Unknown) {
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DiagnosticInfo.h
477
Optional<uint64_t> getHotness() const { return
Hotness
; }
478
void setHotness(Optional<uint64_t> H) {
Hotness
= H; }
519
Optional<uint64_t>
Hotness
;
627
///
hotness
information with PGO.
679
/// This is currently used to provide run-time
hotness
information with PGO.
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
6014
CalleeInfo::HotnessType
Hotness
= CalleeInfo::HotnessType::Unknown;
6022
Hotness
= static_cast<CalleeInfo::HotnessType>(Record[++I]);
6025
Ret.push_back(FunctionSummary::EdgeTy{Callee, CalleeInfo(
Hotness
, RelBF)});
6240
// n x (valueid,
hotness
)]
6381
// numrefs x valueid, n x (valueid,
hotness
)]
Completed in 29 milliseconds
Indexes created Fri Apr 17 00:22:50 UTC 2026