HomeSort by: relevance | last modified time | path
    Searched refs:sampleprof (Results 1 - 25 of 58) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
ProfileCommon.h 20 #include "llvm/ProfileData/SampleProf.h"
31 namespace sampleprof { namespace in namespace:llvm
35 } // end namespace sampleprof
93 void addRecord(const sampleprof::FunctionSamples &FS,
96 const StringMap<sampleprof::FunctionSamples> &Profiles);
ProfileCommon.h 20 #include "llvm/ProfileData/SampleProf.h"
31 namespace sampleprof { namespace in namespace:llvm
35 } // end namespace sampleprof
93 void addRecord(const sampleprof::FunctionSamples &FS,
96 const StringMap<sampleprof::FunctionSamples> &Profiles);
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
ProfileSummaryBuilder.cpp 19 #include "llvm/ProfileData/SampleProf.h"
108 const sampleprof::FunctionSamples &FS, bool isCallsiteSample) {
116 if (!sampleprof::FunctionSamples::ProfileIsProbeBased ||
117 (Count != sampleprof::FunctionSamples::InvalidProbeCount))
186 const StringMap<sampleprof::FunctionSamples> &Profiles) {
189 StringMap<sampleprof::FunctionSamples> ContextLessProfiles;
190 const StringMap<sampleprof::FunctionSamples> *ProfilesToUse = &Profiles;
197 if (UseContextLessSummary || (sampleprof::FunctionSamples::ProfileIsCS &&
206 const sampleprof::FunctionSamples &Profile = I.second;
ProfileSummaryBuilder.cpp 19 #include "llvm/ProfileData/SampleProf.h"
108 const sampleprof::FunctionSamples &FS, bool isCallsiteSample) {
116 if (!sampleprof::FunctionSamples::ProfileIsProbeBased ||
117 (Count != sampleprof::FunctionSamples::InvalidProbeCount))
186 const StringMap<sampleprof::FunctionSamples> &Profiles) {
189 StringMap<sampleprof::FunctionSamples> ContextLessProfiles;
190 const StringMap<sampleprof::FunctionSamples> *ProfilesToUse = &Profiles;
197 if (UseContextLessSummary || (sampleprof::FunctionSamples::ProfileIsCS &&
206 const sampleprof::FunctionSamples &Profile = I.second;
SampleProf.cpp 1 //=-- SampleProf.cpp - Sample profiling format support --------------------===//
14 #include "llvm/ProfileData/SampleProf.h"
31 using namespace sampleprof;
39 namespace sampleprof { namespace in namespace:llvm
45 } // namespace sampleprof
54 const char *name() const noexcept override { return "llvm.sampleprof"; }
110 raw_ostream &llvm::sampleprof::operator<<(raw_ostream &OS,
156 raw_ostream &llvm::sampleprof::operator<<(raw_ostream &OS,
203 raw_ostream &llvm::sampleprof::operator<<(raw_ostream &OS,
SampleProf.cpp 1 //=-- SampleProf.cpp - Sample profiling format support --------------------===//
14 #include "llvm/ProfileData/SampleProf.h"
31 using namespace sampleprof;
39 namespace sampleprof { namespace in namespace:llvm
45 } // namespace sampleprof
54 const char *name() const noexcept override { return "llvm.sampleprof"; }
110 raw_ostream &llvm::sampleprof::operator<<(raw_ostream &OS,
156 raw_ostream &llvm::sampleprof::operator<<(raw_ostream &OS,
203 raw_ostream &llvm::sampleprof::operator<<(raw_ostream &OS,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
CSPreInliner.h 14 #include "llvm/ProfileData/SampleProf.h"
19 using namespace sampleprof;
22 namespace sampleprof { namespace in namespace:llvm
89 } // end namespace sampleprof
CSPreInliner.h 14 #include "llvm/ProfileData/SampleProf.h"
19 using namespace sampleprof;
22 namespace sampleprof { namespace in namespace:llvm
89 } // end namespace sampleprof
llvm-profgen.cpp 35 using namespace sampleprof;
llvm-profgen.cpp 35 using namespace sampleprof;
CallContext.h 12 #include "llvm/ProfileData/SampleProf.h"
18 namespace sampleprof { namespace in namespace:llvm
61 } // end namespace sampleprof
CallContext.h 12 #include "llvm/ProfileData/SampleProf.h"
18 namespace sampleprof { namespace in namespace:llvm
61 } // end namespace sampleprof
ProfileGenerator.h 20 using namespace sampleprof;
23 namespace sampleprof { namespace in namespace:llvm
253 } // end namespace sampleprof
ProfileGenerator.h 20 using namespace sampleprof;
23 namespace sampleprof { namespace in namespace:llvm
253 } // end namespace sampleprof
ProfiledBinary.h 29 #include "llvm/ProfileData/SampleProf.h"
40 using namespace sampleprof;
44 namespace sampleprof { namespace in namespace:llvm
266 } // end namespace sampleprof
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
llvm-profdata.cpp 458 std::unique_ptr<sampleprof::SampleProfileReader> &Reader,
506 const sampleprof::FunctionSamples &FS = PD.getValue();
546 sampleprof::SampleProfileReader::create(SampleFilename.str(), Context);
569 static sampleprof::FunctionSamples
570 remapSamples(const sampleprof::FunctionSamples &Samples,
572 sampleprof::FunctionSamples Result;
587 sampleprof::FunctionSamplesMap &Target =
590 sampleprof::FunctionSamples Remapped =
599 static sampleprof::SampleProfileFormat FormatMap[] = {
600 sampleprof::SPF_None
    [all...]
llvm-profdata.cpp 458 std::unique_ptr<sampleprof::SampleProfileReader> &Reader,
506 const sampleprof::FunctionSamples &FS = PD.getValue();
546 sampleprof::SampleProfileReader::create(SampleFilename.str(), Context);
569 static sampleprof::FunctionSamples
570 remapSamples(const sampleprof::FunctionSamples &Samples,
572 sampleprof::FunctionSamples Result;
587 sampleprof::FunctionSamplesMap &Target =
590 sampleprof::FunctionSamples Remapped =
599 static sampleprof::SampleProfileFormat FormatMap[] = {
600 sampleprof::SPF_None
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SampleProfileLoaderBaseUtil.h 24 #include "llvm/ProfileData/SampleProf.h"
28 using namespace sampleprof;
SampleProfileLoaderBaseUtil.h 24 #include "llvm/ProfileData/SampleProf.h"
28 using namespace sampleprof;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
ProfiledCallGraph.h 15 #include "llvm/ProfileData/SampleProf.h"
23 using namespace sampleprof;
26 namespace sampleprof { namespace in namespace:llvm
128 } // end namespace sampleprof
ProfiledCallGraph.h 15 #include "llvm/ProfileData/SampleProf.h"
23 using namespace sampleprof;
26 namespace sampleprof { namespace in namespace:llvm
128 } // end namespace sampleprof
SampleContextTracker.h 23 #include "llvm/ProfileData/SampleProf.h"
29 using namespace sampleprof;
SampleProfileProbe.h 25 #include "llvm/ProfileData/SampleProf.h"
33 using namespace sampleprof;
SampleContextTracker.h 23 #include "llvm/ProfileData/SampleProf.h"
29 using namespace sampleprof;
SampleProfileProbe.h 25 #include "llvm/ProfileData/SampleProf.h"
33 using namespace sampleprof;

Completed in 44 milliseconds

1 2 3