Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProf.cpp464 CSProfileConverter::FrameNode *
465 CSProfileConverter::FrameNode::getOrCreateChildFrame( in getOrCreateChildFrame()
479 CSProfileConverter::CSProfileConverter(SampleProfileMap &Profiles) in CSProfileConverter() function in CSProfileConverter
489 CSProfileConverter::FrameNode *
490 CSProfileConverter::getOrCreateContextPath(const SampleContext &Context) { in getOrCreateContextPath()
500 void CSProfileConverter::convertProfiles(CSProfileConverter::FrameNode &Node) { in convertProfiles()
547 void CSProfileConverter::convertProfiles() { convertProfiles(RootFrame); } in convertProfiles()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProf.h1256 class CSProfileConverter {
1258 CSProfileConverter(SampleProfileMap &Profiles);
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp1029 CSProfileConverter CSConverter(ProfileMap); in postProcessProfiles()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1046 CSProfileConverter CSConverter(ProfileMap); in mergeSampleProfile()