Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProf.cpp500 void CSProfileConverter::convertProfiles(CSProfileConverter::FrameNode &Node) { in convertProfiles() function in CSProfileConverter
507 convertProfiles(ChildNode); in convertProfiles()
547 void CSProfileConverter::convertProfiles() { convertProfiles(RootFrame); } in convertProfiles() function in CSProfileConverter
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProf.h1247 void convertProfiles();
1269 void convertProfiles(FrameNode &Node);
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp1014 CSConverter.convertProfiles(); in postProcessProfiles()
/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp827 CSConverter.convertProfiles(); in mergeSampleProfile()