Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp449 void ProfileConverter::convertCSProfiles(ProfileConverter::FrameNode &Node) { in convertCSProfiles() function in ProfileConverter
456 convertCSProfiles(ChildNode); in convertCSProfiles()
503 void ProfileConverter::convertCSProfiles() { convertCSProfiles(RootFrame); } in convertCSProfiles() function in ProfileConverter
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h1397 void convertCSProfiles();
1495 void convertCSProfiles(FrameNode &Node);
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1523 CSConverter.convertCSProfiles(); in mergeSampleProfile()