OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isHotBlockNthPercentile
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineSizeOpts.cpp
45
/// Like ProfileSummaryInfo::
isHotBlockNthPercentile
but for MachineBasicBlock.
46
static bool
isHotBlockNthPercentile
(int PercentileCutoff,
54
static bool
isHotBlockNthPercentile
(int PercentileCutoff,
105
if (
isHotBlockNthPercentile
(PercentileCutoff, &MBB, PSI, &MBFI))
154
static bool
isHotBlockNthPercentile
(int CutOff,
158
return machine_size_opts_detail::
isHotBlockNthPercentile
(
161
static bool
isHotBlockNthPercentile
(int CutOff,
165
return machine_size_opts_detail::
isHotBlockNthPercentile
(
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SizeOpts.cpp
84
static bool
isHotBlockNthPercentile
(int CutOff,
88
return PSI->
isHotBlockNthPercentile
(CutOff, BB, BFI);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ProfileSummaryInfo.cpp
198
if (isHot &&
isHotBlockNthPercentile
(PercentileCutoff, &BB, &BFI))
348
bool ProfileSummaryInfo::
isHotBlockNthPercentile
(
Completed in 17 milliseconds
Indexes created Thu Sep 03 00:25:33 UTC 2026