OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBodySamples
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SampleProfileLoaderBaseUtil.cpp
116
unsigned Count = FS->
getBodySamples
().size();
136
for (const auto &I : FS->
getBodySamples
())
/src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
CSPreInliner.h
28
SizeCost(Samples->
getBodySamples
().size()) {}
CSPreInliner.cpp
132
unsigned FuncSize = FSamples->
getBodySamples
().size();
ProfileGenerator.cpp
384
if (!EstimatedCallCount && !CalleeProfile.
getBodySamples
().size())
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
ProfiledCallGraph.h
107
for (const auto &Sample : Samples.
getBodySamples
()) {
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
ProfileSummaryBuilder.cpp
114
for (const auto &I : FS.
getBodySamples
()) {
SampleProfWriter.cpp
398
SampleSorter<LineLocation, SampleRecord> SortedSamples(S.
getBodySamples
());
471
for (const auto &I : S.
getBodySamples
()) {
691
encodeULEB128(S.
getBodySamples
().size(), OS);
692
for (const auto &I : S.
getBodySamples
()) {
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProf.h
682
const BodySampleMap &
getBodySamples
() const { return BodySamples; }
693
for (const auto &L :
getBodySamples
())
726
for (const auto &I : Other.
getBodySamples
()) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleProfile.cpp
330
if (LCS->
getBodySamples
().size() != RCS->
getBodySamples
().size())
331
return LCS->
getBodySamples
().size() > RCS->
getBodySamples
().size();
992
for (const auto &BS : CalleeSample->
getBodySamples
())
/src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
llvm-profdata.cpp
511
FS.
getBodySamples
().size() >= SupplMinSizeThreshold) {
576
for (const auto &BodySample : Samples.
getBodySamples
()) {
1129
for (const auto &L : Func.
getBodySamples
()) {
1437
// FunctionSamples::
getBodySamples
() returns a map of sample counters ordered
1440
BaseFunc.
getBodySamples
().cbegin(), BaseFunc.
getBodySamples
().cend(),
1441
TestFunc.
getBodySamples
().cbegin(), TestFunc.
getBodySamples
().cend());
Completed in 36 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026