Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVTargetDefEmitter.cpp127 const std::vector<Record *> &Profiles, in printProfileTable()
152 auto Profiles = Records.getAllDerivedDefinitionsIfDefined("RISCVProfile"); in emitRISCVProfiles() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp194 const SampleProfileMap &Profiles) { in computeSummaryForProfiles() argument
H A DSampleProf.cpp444 ProfileConverter::ProfileConverter(SampleProfileMap &Profiles) in ProfileConverter()
H A DSampleProfWriter.cpp333 const SampleProfileMap &Profiles) { in writeFuncMetadata()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h350 : Profiles(), Ctx(C), Buffer(std::move(B)), Format(Format) {} in Profiles() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp198 SampleProfileMap &Profiles, in SampleContextTracker()
H A DSampleProfile.cpp2090 Module &M, ProfileSummaryInfo *PSI, const SampleProfileMap &Profiles) { in rejectHighStalenessProfile()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1529 SampleProfileMap &Profiles = Reader->getProfiles(); in mergeSampleProfile() local
3078 static int showHotFunctionList(const sampleprof::SampleProfileMap &Profiles, in showHotFunctionList()