OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getHotness
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineOptimizationRemarkEmitter.cpp
57
if (OptDiag.
getHotness
().getValueOr(0) <
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
OptimizationRemarkEmitter.cpp
83
if (OptDiag.
getHotness
().getValueOr(0) <
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/lib/IR/
LLVMRemarkStreamer.cpp
66
R.Hotness = Diag.
getHotness
();
LLVMContext.cpp
208
(!Remark->isVerbose() || Remark->
getHotness
());
AsmWriter.cpp
3232
if (Call.second.
getHotness
() != CalleeInfo::HotnessType::Unknown)
3233
Out << ", hotness: " << getHotnessName(Call.second.
getHotness
());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
FunctionImport.cpp
426
Threshold * GetBonusMultiplier(Edge.second.
getHotness
());
436
Edge.second.
getHotness
() == CalleeInfo::HotnessType::Hot;
438
Edge.second.
getHotness
() == CalleeInfo::HotnessType::Critical;
486
std::max(FailureInfo->MaxHotness, Edge.second.
getHotness
());
492
VI, Edge.second.
getHotness
(), Reason, 1);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenAction.cpp
682
if (D.
getHotness
())
683
MsgStream << " (hotness: " << *D.
getHotness
() << ")";
701
if (D.isVerbose() && !D.
getHotness
())
/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); }
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
4257
EI.second.
getHotness
() != CalleeInfo::HotnessType::Unknown;
Completed in 42 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026