Home
last modified time | relevance | path

Searched refs:sampleprof (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp108 const sampleprof::FunctionSamples &FS, bool isCallsiteSample) { in addRecord()
116 if (!sampleprof::FunctionSamples::ProfileIsProbeBased || in addRecord()
117 (Count != sampleprof::FunctionSamples::InvalidProbeCount)) in addRecord()
186 const StringMap<sampleprof::FunctionSamples> &Profiles) { in computeSummaryForProfiles()
189 StringMap<sampleprof::FunctionSamples> ContextLessProfiles; in computeSummaryForProfiles()
190 const StringMap<sampleprof::FunctionSamples> *ProfilesToUse = &Profiles; in computeSummaryForProfiles()
197 if (UseContextLessSummary || (sampleprof::FunctionSamples::ProfileIsCS && in computeSummaryForProfiles()
206 const sampleprof::FunctionSamples &Profile = I.second; in computeSummaryForProfiles()
H A DSampleProf.cpp31 using namespace sampleprof;
39 namespace sampleprof { namespace
110 raw_ostream &llvm::sampleprof::operator<<(raw_ostream &OS, in operator <<()
156 raw_ostream &llvm::sampleprof::operator<<(raw_ostream &OS, in operator <<()
203 raw_ostream &llvm::sampleprof::operator<<(raw_ostream &OS, in operator <<()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp458 std::unique_ptr<sampleprof::SampleProfileReader> &Reader, in adjustInstrProfile()
506 const sampleprof::FunctionSamples &FS = PD.getValue(); in adjustInstrProfile()
546 sampleprof::SampleProfileReader::create(SampleFilename.str(), Context); in supplementInstrProfile()
569 static sampleprof::FunctionSamples
570 remapSamples(const sampleprof::FunctionSamples &Samples, in remapSamples()
572 sampleprof::FunctionSamples Result; in remapSamples()
587 sampleprof::FunctionSamplesMap &Target = in remapSamples()
590 sampleprof::FunctionSamples Remapped = in remapSamples()
599 static sampleprof::SampleProfileFormat FormatMap[] = {
600 sampleprof::SPF_None,
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DProfileCommon.h31 namespace sampleprof {
93 void addRecord(const sampleprof::FunctionSamples &FS,
96 const StringMap<sampleprof::FunctionSamples> &Profiles);
H A DSampleProfWriter.h31 namespace sampleprof {
H A DSampleProfReader.h254 namespace sampleprof {
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DCSPreInliner.h19 using namespace sampleprof; variable
22 namespace sampleprof {
H A DProfileGenerator.h20 using namespace sampleprof; variable
23 namespace sampleprof {
H A DProfiledBinary.h40 using namespace sampleprof; variable
44 namespace sampleprof {
H A Dllvm-profgen.cpp35 using namespace sampleprof;
H A DCallContext.h18 namespace sampleprof {
H A DPseudoProbe.cpp18 using namespace sampleprof;
22 namespace sampleprof { namespace
H A DProfileGenerator.cpp33 cl::location(llvm::sampleprof::CSProfileGenerator::MaxCompressionSize));
54 using namespace sampleprof;
57 namespace sampleprof { namespace
H A DPerfReader.h22 using namespace sampleprof; variable
25 namespace sampleprof {
H A DPseudoProbe.h25 namespace sampleprof {
H A DProfiledBinary.cpp23 using namespace sampleprof;
42 namespace sampleprof { namespace
H A DCSPreInliner.cpp17 using namespace sampleprof;
H A DPerfReader.cpp25 namespace sampleprof { namespace
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h23 using namespace sampleprof; variable
26 namespace sampleprof {
H A DSampleProfileProbe.h33 using namespace sampleprof; variable
H A DSampleContextTracker.h29 using namespace sampleprof; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.h28 using namespace sampleprof; variable
H A DSampleProfileLoaderBaseImpl.h44 using namespace sampleprof; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp32 using namespace sampleprof;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp24 using namespace sampleprof;

12