Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp185 std::vector<SerializableFlatProfileRepresentation> FlatProfiles; member
246 IO.mapOptional("FlatProfiles", SPR.FlatProfiles); in mapping()
289 if (!SPR.FlatProfiles.empty()) { in createCtxProfFromYAML()
291 for (const auto &[Guid, Counters] : SPR.FlatProfiles) in createCtxProfFromYAML()
H A DPGOCtxProfReader.cpp252 RET_ON_ERR(loadFlatProfiles(Ret.FlatProfiles)); in loadProfiles()
387 if (!Profile.FlatProfiles.empty()) { in convertCtxProfToYaml()
389 toYaml(Out, Profile.FlatProfiles); in convertCtxProfToYaml()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfReader.h191 CtxProfFlatProfile FlatProfiles; member
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCtxProfAnalysis.cpp510 MaybeProfiles->FlatProfiles.clear(); in run()
714 for (const auto &[G, FC] : Profiles.FlatProfiles) in flatten()