Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfReader.h81 using CtxProfFlatProfile = variable
103 std::optional<CtxProfFlatProfile> Unhandled{};
109 std::optional<CtxProfFlatProfile> &&Unhandled = std::nullopt)
136 const CtxProfFlatProfile &getUnhandled() const { return Unhandled.value(); } in getUnhandled()
191 CtxProfFlatProfile FlatProfiles;
215 Error loadFlatProfiles(CtxProfFlatProfile &P);
216 Error loadFlatProfileList(CtxProfFlatProfile &P);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp100 std::optional<CtxProfFlatProfile> Unhandled; in readProfile()
122 Unhandled = CtxProfFlatProfile(); in readProfile()
226 Error PGOCtxProfileReader::loadFlatProfileList(CtxProfFlatProfile &P) { in loadFlatProfileList()
236 Error PGOCtxProfileReader::loadFlatProfiles(CtxProfFlatProfile &P) { in loadFlatProfiles()
305 void toYaml(yaml::Output &Out, const CtxProfFlatProfile &Flat);
311 CtxProfFlatProfile Unhandled = {}) { in toYaml()
355 void toYaml(yaml::Output &Out, const CtxProfFlatProfile &Flat) { in toYaml()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCtxProfAnalysis.h108 LLVM_ABI const CtxProfFlatProfile flatten() const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCtxProfAnalysis.cpp689 const CtxProfFlatProfile PGOContextualProfile::flatten() const { in flatten()
690 CtxProfFlatProfile Flat; in flatten()