OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeSummary
(Results
1 - 12
of
12
) sorted by null
/external/llvm/lib/Analysis/
ProfileSummaryInfo.cpp
57
void ProfileSummaryInfo::
computeSummary
() {
70
computeSummary
();
86
computeSummary
();
106
computeSummary
();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ProfileSummaryInfo.cpp
73
bool ProfileSummaryInfo::
computeSummary
() {
109
if (!F || !
computeSummary
())
125
if (!F || !
computeSummary
())
154
if (!F || !
computeSummary
())
184
if (!
computeSummary
())
195
if (!
computeSummary
())
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
ProfileSummaryInfo.h
48
bool
computeSummary
();
63
bool hasProfileSummary() { return
computeSummary
(); }
/external/llvm/include/llvm/Analysis/
ProfileSummaryInfo.h
45
void
computeSummary
();
/external/llvm/include/llvm/ProfileData/
SampleProfWriter.h
82
void
computeSummary
(const StringMap<FunctionSamples> &ProfileMap);
SampleProfReader.h
319
void
computeSummary
();
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
SampleProfWriter.h
75
void
computeSummary
(const StringMap<FunctionSamples> &ProfileMap);
SampleProfReader.h
339
void
computeSummary
();
/external/llvm/lib/ProfileData/
SampleProfWriter.cpp
120
computeSummary
(ProfileMap);
256
void SampleProfileWriter::
computeSummary
(
SampleProfReader.cpp
223
computeSummary
();
583
computeSummary
();
795
void SampleProfileReader::
computeSummary
() {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
SampleProfWriter.cpp
204
computeSummary
(ProfileMap);
337
void SampleProfileWriter::
computeSummary
(
SampleProfReader.cpp
267
computeSummary
();
683
computeSummary
();
891
void SampleProfileReader::
computeSummary
() {
Completed in 275 milliseconds