Lines Matching full:profiles
36 "generate-merged-base-profiles",
37 cl::desc("When generating nested context-sensitive profiles, always "
39 "profiles merged into it."));
357 // Trimming base profiles only is mainly to honor the preinliner decsion. When in trimAndMergeColdContextProfiles()
363 // Filter the cold profiles from ProfileMap and move them into a tmp in trimAndMergeColdContextProfiles()
389 // Move the merged profiles into ProfileMap; in trimAndMergeColdContextProfiles()
444 ProfileConverter::ProfileConverter(SampleProfileMap &Profiles) in ProfileConverter() argument
445 : ProfileMap(Profiles) { in ProfileConverter()
446 for (auto &FuncSample : Profiles) { in ProfileConverter()
497 // thus done optionally. It is seen that duplicating context profiles into in convertCSProfiles()
498 // base profiles improves the code quality for thinlto build by allowing a in convertCSProfiles()