Home
last modified time | relevance | path

Searched refs:ProfileConverter (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp429 ProfileConverter::FrameNode *
430 ProfileConverter::FrameNode::getOrCreateChildFrame(const LineLocation &CallSite, in getOrCreateChildFrame()
444 ProfileConverter::ProfileConverter(SampleProfileMap &Profiles) in ProfileConverter() function in ProfileConverter
454 ProfileConverter::FrameNode *
455 ProfileConverter::getOrCreateContextPath(const SampleContext &Context) { in getOrCreateContextPath()
465 void ProfileConverter::convertCSProfiles(ProfileConverter::FrameNode &Node) { in convertCSProfiles()
519 void ProfileConverter::convertCSProfiles() { convertCSProfiles(RootFrame); } in convertCSProfiles()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h1399 class ProfileConverter {
1401 ProfileConverter(SampleProfileMap &Profiles);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp867 ProfileConverter::flattenProfile(Reader.getProfiles(), FlattenedProfiles, in runOnModule()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1579 ProfileConverter::flattenProfile(ProfileMap, FunctionSamples::ProfileIsCS); in mergeSampleProfile()
1582 ProfileConverter CSConverter(ProfileMap); in mergeSampleProfile()