| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| H A D | ProfileSummaryBuilder.cpp | 108 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 D | SampleProf.cpp | 31 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 D | llvm-profdata.cpp | 458 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 D | ProfileCommon.h | 31 namespace sampleprof { 93 void addRecord(const sampleprof::FunctionSamples &FS, 96 const StringMap<sampleprof::FunctionSamples> &Profiles);
|
| H A D | SampleProfWriter.h | 31 namespace sampleprof {
|
| H A D | SampleProfReader.h | 254 namespace sampleprof {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/ |
| H A D | CSPreInliner.h | 19 using namespace sampleprof; variable 22 namespace sampleprof {
|
| H A D | ProfileGenerator.h | 20 using namespace sampleprof; variable 23 namespace sampleprof {
|
| H A D | ProfiledBinary.h | 40 using namespace sampleprof; variable 44 namespace sampleprof {
|
| H A D | llvm-profgen.cpp | 35 using namespace sampleprof;
|
| H A D | CallContext.h | 18 namespace sampleprof {
|
| H A D | PseudoProbe.cpp | 18 using namespace sampleprof; 22 namespace sampleprof { namespace
|
| H A D | ProfileGenerator.cpp | 33 cl::location(llvm::sampleprof::CSProfileGenerator::MaxCompressionSize)); 54 using namespace sampleprof; 57 namespace sampleprof { namespace
|
| H A D | PerfReader.h | 22 using namespace sampleprof; variable 25 namespace sampleprof {
|
| H A D | PseudoProbe.h | 25 namespace sampleprof {
|
| H A D | ProfiledBinary.cpp | 23 using namespace sampleprof; 42 namespace sampleprof { namespace
|
| H A D | CSPreInliner.cpp | 17 using namespace sampleprof;
|
| H A D | PerfReader.cpp | 25 namespace sampleprof { namespace
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
| H A D | ProfiledCallGraph.h | 23 using namespace sampleprof; variable 26 namespace sampleprof {
|
| H A D | SampleProfileProbe.h | 33 using namespace sampleprof; variable
|
| H A D | SampleContextTracker.h | 29 using namespace sampleprof; variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| H A D | SampleProfileLoaderBaseUtil.h | 28 using namespace sampleprof; variable
|
| H A D | SampleProfileLoaderBaseImpl.h | 44 using namespace sampleprof; variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86InsertPrefetch.cpp | 32 using namespace sampleprof;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | SampleContextTracker.cpp | 24 using namespace sampleprof;
|