Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DSampleProf.cpp27 using namespace sampleprof;
30 namespace sampleprof { namespace
91 raw_ostream &llvm::sampleprof::operator<<(raw_ostream &OS, in operator <<()
116 raw_ostream &llvm::sampleprof::operator<<(raw_ostream &OS, in operator <<()
159 raw_ostream &llvm::sampleprof::operator<<(raw_ostream &OS, in operator <<()
H A DProfileSummaryBuilder.cpp48 const sampleprof::FunctionSamples &FS) { in addRecord()
H A DSampleProfWriter.cpp41 using namespace sampleprof;
H A DSampleProfReader.cpp45 using namespace sampleprof;
/freebsd-12.1/contrib/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp372 static sampleprof::FunctionSamples
373 remapSamples(const sampleprof::FunctionSamples &Samples, in remapSamples()
375 sampleprof::FunctionSamples Result; in remapSamples()
390 sampleprof::FunctionSamplesMap &Target = in remapSamples()
393 sampleprof::FunctionSamples Remapped = in remapSamples()
401 static sampleprof::SampleProfileFormat FormatMap[] = {
402 sampleprof::SPF_None, sampleprof::SPF_Text, sampleprof::SPF_Compact_Binary,
403 sampleprof::SPF_GCC, sampleprof::SPF_Binary};
409 using namespace sampleprof; in mergeSampleProfile()
417 SmallVector<std::unique_ptr<sampleprof::SampleProfileReader>, 5> Readers; in mergeSampleProfile()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DProfileCommon.h31 namespace sampleprof {
87 void addRecord(const sampleprof::FunctionSamples &FS);
H A DSampleProfWriter.h30 namespace sampleprof {
H A DSampleProfReader.h237 namespace sampleprof {
H A DSampleProf.h80 namespace sampleprof {
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp33 using namespace sampleprof;
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp89 using namespace sampleprof;