Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfReader.h226 LLVM_ABI void convertCtxProfToYaml(raw_ostream &OS,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp377 void llvm::convertCtxProfToYaml(raw_ostream &OS, const PGOCtxProfile &Profile) { in convertCtxProfToYaml() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCtxProfAnalysis.cpp578 convertCtxProfToYaml(OS, C.profiles()); in run()