OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SampleThreshold
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
CSPreInliner.cpp
110
unsigned int
SampleThreshold
= SampleColdCallSiteThreshold;
112
SampleThreshold
= SampleHotCallSiteThreshold;
117
SampleThreshold
= SampleColdCallSiteThreshold;
119
return (Candidate.SizeCost <
SampleThreshold
);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleProfile.cpp
1264
int
SampleThreshold
= SampleColdCallSiteThreshold;
1267
SampleThreshold
= SampleHotCallSiteThreshold;
1298
return InlineCost::get(Cost.getCost(),
SampleThreshold
);
Completed in 49 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026