OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getEntrySamples
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleProfile.cpp
663
if (L->
getEntrySamples
() != R->
getEntrySamples
())
664
return L->
getEntrySamples
() > R->
getEntrySamples
();
679
Sum += FS->
getEntrySamples
();
700
Sum += NameFS.second.
getEntrySamples
();
981
if (!CalleeSample || CalleeSample->
getEntrySamples
() < Threshold)
1052
if (FS->
getEntrySamples
() > 0 || ProfileIsCS)
1091
Candidate = {I, FS, FS->
getEntrySamples
(), 1.0};
1132
if (FS->getTotalSamples() == 0 && FS->
getEntrySamples
() == 0)
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
CSPreInliner.cpp
82
uint64_t CalleeEntryCount = CalleeSamples->
getEntrySamples
();
ProfileGenerator.cpp
382
uint64_t EstimatedCallCount = CalleeProfile.
getEntrySamples
();
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProf.h
658
uint64_t
getEntrySamples
() const {
675
Count += N_FS.second.
getEntrySamples
();
/src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
llvm-profdata.cpp
2361
FuncPair.second.second, Func.
getEntrySamples
()));
Completed in 21 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026