Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp104 const sampleprof::FunctionSamples &FS, bool isCallsiteSample) { in addRecord()
110 sampleprof::ContextDuplicatedIntoBase)) { in addRecord()
191 sampleprof::SampleProfileMap ContextLessProfiles; in computeSummaryForProfiles()
192 const sampleprof::SampleProfileMap *ProfilesToUse = &Profiles; in computeSummaryForProfiles()
199 if (UseContextLessSummary || (sampleprof::FunctionSamples::ProfileIsCS && in computeSummaryForProfiles()
208 const sampleprof::FunctionSamples &Profile = I.second; in computeSummaryForProfiles()
H A DSampleProf.cpp28 using namespace sampleprof;
42 namespace sampleprof { namespace
111 raw_ostream &llvm::sampleprof::operator<<(raw_ostream &OS, in operator <<()
148 raw_ostream &llvm::sampleprof::operator<<(raw_ostream &OS, in operator <<()
195 raw_ostream &llvm::sampleprof::operator<<(raw_ostream &OS, in operator <<()
201 void sampleprof::sortFuncProfiles( in sortFuncProfiles()
/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp680 sampleprof::SPF_None,
681 sampleprof::SPF_Text,
684 sampleprof::SPF_GCC,
685 sampleprof::SPF_Binary};
752 using namespace sampleprof; in mergeSampleProfile()
1534 using namespace sampleprof; in computeSampleFunctionInternalOverlap()
1691 using namespace sampleprof; in computeSampleProfileOverlap()
1833 using namespace sampleprof; in dumpFuncSimilarity()
1965 using namespace sampleprof; in loadProfiles()
2007 using namespace sampleprof; in overlapSampleProfile()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DProfileCommon.h31 namespace sampleprof {
93 void addRecord(const sampleprof::FunctionSamples &FS,
96 computeSummaryForProfiles(const sampleprof::SampleProfileMap &Profiles);
H A DSampleProfWriter.h27 namespace sampleprof {
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DDiscriminator.h56 namespace sampleprof {
68 using namespace sampleprof; variable
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DCSPreInliner.h20 using namespace sampleprof; variable
23 namespace sampleprof {
H A Dllvm-profgen.cpp76 using namespace sampleprof;
163 std::unique_ptr<sampleprof::SampleProfileReader> Reader = in main()
H A DCallContext.h18 namespace sampleprof {
H A DProfileGenerator.h21 using namespace sampleprof; variable
24 namespace sampleprof {
H A DProfileGenerator.cpp54 cl::location(llvm::sampleprof::CSProfileGenerator::MaxCompressionSize));
76 cl::location(llvm::sampleprof::CSProfileGenerator::MaxContextDepth));
101 using namespace sampleprof;
104 namespace sampleprof { namespace
1006 sampleprof::SampleProfileMap ContextLessProfiles; in postProcessProfiles()
H A DProfiledBinary.h49 using namespace sampleprof; variable
53 namespace sampleprof {
H A DPerfReader.h23 using namespace sampleprof; variable
26 namespace sampleprof {
H A DCSPreInliner.cpp20 using namespace sampleprof;
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DPasses.h522 createMIRAddFSDiscriminatorsPass(sampleprof::FSDiscriminatorPass P);
527 sampleprof::FSDiscriminatorPass P);
H A DMIRFSDiscriminator.h31 using namespace sampleprof; variable
H A DMIRSampleProfile.h29 using namespace sampleprof; variable
/llvm-project-15.0.7/llvm/unittests/tools/llvm-profgen/
H A DContextCompressionTest.cpp13 using namespace sampleprof;
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.h23 using namespace sampleprof; variable
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp34 using namespace sampleprof;
257 auto ReaderOrErr = sampleprof::SampleProfileReader::create(Filename, Ctx, P, in doInitialization()
H A DMIRFSDiscriminator.cpp28 using namespace sampleprof;
H A DTargetPassConfig.cpp1176 sampleprof::FSDiscriminatorPass::Pass1)); in addMachinePasses()
1181 sampleprof::FSDiscriminatorPass::Pass1)); in addMachinePasses()
1255 sampleprof::FSDiscriminatorPass::PassLast)); in addMachinePasses()
1546 sampleprof::FSDiscriminatorPass::Pass2)); in addBlockPlacement()
1551 sampleprof::FSDiscriminatorPass::Pass2)); in addBlockPlacement()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileProbe.h35 using namespace sampleprof; variable
H A DProfiledCallGraph.h22 namespace sampleprof {
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp33 using namespace sampleprof;

12