Searched refs:CtxProfFlatProfile (Results 1 – 4 of 4) sorted by relevance
81 using CtxProfFlatProfile = variable103 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);
100 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()
108 LLVM_ABI const CtxProfFlatProfile flatten() const;
689 const CtxProfFlatProfile PGOContextualProfile::flatten() const { in flatten()690 CtxProfFlatProfile Flat; in flatten()