OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HotCountThreshold
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ProfileSummaryInfo.h
45
Optional<uint64_t>
HotCountThreshold
, ColdCountThreshold;
157
/// Returns
HotCountThreshold
if set. Recompute
HotCountThreshold
160
/// Returns ColdCountThreshold if set. Recompute
HotCountThreshold
163
/// Returns
HotCountThreshold
if set.
165
return
HotCountThreshold
?
HotCountThreshold
.getValue() : 0;
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ProfileSummaryInfo.cpp
241
HotCountThreshold
=
245
assert(ColdCountThreshold <=
HotCountThreshold
&&
291
return
HotCountThreshold
&& C >=
HotCountThreshold
.getValue();
319
return
HotCountThreshold
?
HotCountThreshold
.getValue() : UINT64_MAX;
/src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
CSPreInliner.h
85
uint64_t
HotCountThreshold
;
CSPreInliner.cpp
41
HotCountThreshold
(HotThreshold), ColdCountThreshold(ColdThreshold) {}
111
if (Candidate.CallsiteCount >
HotCountThreshold
)
ProfileGenerator.h
190
uint64_t
HotCountThreshold
;
ProfileGenerator.cpp
404
CSPreInliner(ProfileMap,
HotCountThreshold
, ColdCountThreshold).run();
415
HotCountThreshold
= ProfileSummaryBuilder::getHotCountThreshold(
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
ProfileSummaryBuilder.cpp
162
uint64_t
HotCountThreshold
= HotEntry.MinCount;
164
HotCountThreshold
= ProfileSummaryHotCount;
165
return
HotCountThreshold
;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp
1723
uint64_t
HotCountThreshold
,
1748
bool rawIsHot = CountValue >=
HotCountThreshold
;
1749
bool BFIIsHot = BFICountValue >=
HotCountThreshold
;
1930
uint64_t
HotCountThreshold
= 0, ColdCountThreshold = 0;
1932
HotCountThreshold
= PSI->getOrCompHotCountThreshold();
1935
verifyFuncBFI(Func, LI, NBPI,
HotCountThreshold
, ColdCountThreshold);
Completed in 29 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026