Home
last modified time | relevance | path

Searched defs:Profiles (Results 1 – 13 of 13) sorted by relevance

/llvm-project/llvm/tools/llvm-profgen/
H A DProfileGenerator.h40 const SampleProfileMap &&Profiles) in ProfileGeneratorBase()
163 ProfileGenerator(ProfiledBinary *Binary, const SampleProfileMap &&Profiles) in ProfileGenerator()
197 CSProfileGenerator(ProfiledBinary *Binary, SampleProfileMap &Profiles) in CSProfileGenerator()
H A DProfileGenerator.cpp140 ProfileGeneratorBase::create(ProfiledBinary *Binary, SampleProfileMap &Profiles, in create() argument
238 void ProfileGeneratorBase::filterAmbiguousProfile(SampleProfileMap &Profiles) { in filterAmbiguousProfile() argument
519 void ProfileGenerator::trimColdProfiles(const SampleProfileMap &Profiles, in trimColdProfiles() argument
793 ProfileGeneratorBase::calculateDensity(const SampleProfileMap &Profiles) { in calculateDensity() argument
837 const SampleProfileMap &Profiles) { in calculateAndShowDensity() argument
1135 SampleProfileMap &Profiles) { in computeSummaryAndThreshold() argument
[all...]
/llvm-project/llvm/utils/TableGen/
H A DRISCVTargetDefEmitter.cpp
/llvm-project/llvm/unittests/XRay/
H A DProfileTest.cpp186 std::vector<Profile> Profiles(3); in TEST() local
212 std::vector<Profile> Profiles(2); in TEST() local
/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp194 const SampleProfileMap &Profiles) { in computeSummaryForProfiles()
H A DSampleProf.cpp428 ProfileConverter(SampleProfileMap & Profiles) ProfileConverter() argument
H A DSampleProfWriter.cpp333 writeFuncMetadata(const SampleProfileMap & Profiles) writeFuncMetadata() argument
/llvm-project/bolt/tools/merge-fdata/
H A Dmerge-fdata.cpp267 __anond776545c0202(const std::string &Filename, auto &Profiles) mergeLegacyProfiles() argument
/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h350 : Profiles(), Ctx(C), Buffer(std::move(B)), Format(Format) {} in Profiles() function
[all...]
/llvm-project/llvm/unittests/ProfileData/
H A DSampleProfTest.cpp199 SampleProfileMap Profiles; in testRoundTrip() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp198 SampleProfileMap &Profiles, in SampleContextTracker() argument
H A DSampleProfile.cpp2086 rejectHighStalenessProfile(Module & M,ProfileSummaryInfo * PSI,const SampleProfileMap & Profiles) rejectHighStalenessProfile() argument
/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1528 SampleProfileMap &Profiles = Reader->getProfiles(); mergeSampleProfile() local
3076 showHotFunctionList(const sampleprof::SampleProfileMap & Profiles,ProfileSummary & PS,uint32_t TopN,raw_fd_ostream & OS) showHotFunctionList() argument