Lines Matching full:profiles
479 // We want to *only* keep the contextual profiles in modules that capture in run()
509 // we can also drop the flat profiles in run()
544 // .Profiles. in run()
545 Result.Profiles = std::move(*MaybeProfiles); in run()
578 convertCtxProfToYaml(OS, C.profiles()); in run()
637 static void preorderVisit(ProfilesTy &Profiles, in preorderVisit() argument
639 for (auto &[_, P] : Profiles) in preorderVisit()
650 Profiles.Contexts, [&](PGOCtxProfContext &Ctx) { in initIndex()
681 const PGOCtxProfContext>(Profiles.Contexts, V); in visit()
703 for (const auto &[_, CtxRoot] : Profiles.Contexts) { in flatten()
714 for (const auto &[G, FC] : Profiles.FlatProfiles) in flatten()
722 for (const auto &[_, CtxRoot] : Profiles.Contexts) { in flattenVirtCalls()