Searched refs:SampleProfile (Results 1 – 8 of 8) sorted by relevance
119 std::string SampleProfile; member
89 c.SampleProfile = ctx.config.ltoSampleProfileName; in createConfig()
239 if (!Conf.SampleProfile.empty()) in runNewPMPasses()240 PGOOpt = PGOOptions(Conf.SampleProfile, "", Conf.ProfileRemapping, in runNewPMPasses()
345 if (!Conf.SampleProfile.empty()) { in computeLTOCacheKey()346 auto FileOrErr = MemoryBuffer::getFile(Conf.SampleProfile); in computeLTOCacheKey()
1193 std::string SampleProfile, std::string ProfileRemapping, in runThinLTOBackend() argument1232 Conf.SampleProfile = std::move(SampleProfile); in runThinLTOBackend()
127 c.SampleProfile = std::string(config->ltoSampleProfile); in createConfig()
319 Conf.SampleProfile = SamplePGOFile; in run()
1763 SRCS_MIN+= Transforms/IPO/SampleProfile.cpp