OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getHotCountThreshold
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
ProfileCommon.h
70
static uint64_t
getHotCountThreshold
(SummaryEntryVector &DS);
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ProfileSummaryInfo.h
164
uint64_t
getHotCountThreshold
() const {
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
ProfileSummaryBuilder.cpp
159
uint64_t ProfileSummaryBuilder::
getHotCountThreshold
(SummaryEntryVector &DS) {
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ProfileSummaryInfo.cpp
242
ProfileSummaryBuilder::
getHotCountThreshold
(DetailedSummary);
/src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
ProfileGenerator.cpp
415
HotCountThreshold = ProfileSummaryBuilder::
getHotCountThreshold
(
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
PartialInlining.cpp
1312
dbgs() << "HotCountThreshold = " << PSI.
getHotCountThreshold
() << "\n";
SampleProfile.cpp
1266
if (Candidate.CallsiteCount > PSI->
getHotCountThreshold
())
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp
1876
uint64_t HotThreshold = PSI->
getHotCountThreshold
();
Completed in 103 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026