OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ColdCountThreshold
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Analysis/
ProfileSummaryInfo.cpp
112
ColdCountThreshold
=
123
if (!
ColdCountThreshold
)
125
return
ColdCountThreshold
&& C <=
ColdCountThreshold
.getValue();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ProfileSummaryInfo.cpp
203
ColdCountThreshold
= ColdEntry.MinCount;
221
if (!
ColdCountThreshold
)
223
return
ColdCountThreshold
&& C <=
ColdCountThreshold
.getValue();
233
if (!
ColdCountThreshold
)
235
return
ColdCountThreshold
&&
ColdCountThreshold
.getValue();
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
ProfileSummaryInfo.h
51
Optional<uint64_t> HotCountThreshold,
ColdCountThreshold
;
116
/// Returns
ColdCountThreshold
if set. Recompute HotCountThreshold
123
/// Returns
ColdCountThreshold
if set.
125
return
ColdCountThreshold
?
ColdCountThreshold
.getValue() : 0;
/external/llvm/include/llvm/Analysis/
ProfileSummaryInfo.h
48
Optional<uint64_t> HotCountThreshold,
ColdCountThreshold
;
Completed in 9226 milliseconds