Searched refs:SampleProfile (Results 1 – 7 of 7) sorted by relevance
122 std::string SampleProfile; member
243 if (!Conf.SampleProfile.empty()) in runNewPMPasses()244 PGOOpt = PGOOptions(Conf.SampleProfile, "", Conf.ProfileRemapping, in runNewPMPasses()
333 if (!Conf.SampleProfile.empty()) { in computeLTOCacheKey()334 auto FileOrErr = MemoryBuffer::getFile(Conf.SampleProfile); in computeLTOCacheKey()
1180 std::string SampleProfile, std::string ProfileRemapping, in runThinLTOBackend() argument1219 Conf.SampleProfile = std::move(SampleProfile); in runThinLTOBackend()
125 c.SampleProfile = std::string(config->ltoSampleProfile); in createConfig()
297 Conf.SampleProfile = SamplePGOFile; in run()
1751 SRCS_MIN+= Transforms/IPO/SampleProfile.cpp