Home
last modified time | relevance | path

Searched refs:convertCSProfiles (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp465 void ProfileConverter::convertCSProfiles(ProfileConverter::FrameNode &Node) { in convertCSProfiles() function in ProfileConverter
472 convertCSProfiles(ChildNode); in convertCSProfiles()
519 void ProfileConverter::convertCSProfiles() { convertCSProfiles(RootFrame); } in convertCSProfiles() function in ProfileConverter
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h1404 void convertCSProfiles();
1502 void convertCSProfiles(FrameNode &Node);
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1583 CSConverter.convertCSProfiles(); in mergeSampleProfile()