Lines Matching full:profiles
37 "generate-merged-base-profiles",
38 cl::desc("When generating nested context-sensitive profiles, always "
40 "profiles merged into it."));
385 // Trimming base profiles only is mainly to honor the preinliner decsion. When in trimAndMergeColdContextProfiles()
391 // Filter the cold profiles from ProfileMap and move them into a tmp in trimAndMergeColdContextProfiles()
417 // Move the merged profiles into ProfileMap; in trimAndMergeColdContextProfiles()
472 ProfileConverter::ProfileConverter(SampleProfileMap &Profiles) in ProfileConverter() argument
473 : ProfileMap(Profiles) { in ProfileConverter()
474 for (auto &FuncSample : Profiles) { in ProfileConverter()
525 // thus done optionally. It is seen that duplicating context profiles into in convertCSProfiles()
526 // base profiles improves the code quality for thinlto build by allowing a in convertCSProfiles()