Searched refs:SampleProfile (Results 1 – 7 of 7) sorted by relevance
110 std::string SampleProfile; member
213 if (!Conf.SampleProfile.empty()) in runNewPMPasses()214 PGOOpt = PGOOptions(Conf.SampleProfile, "", Conf.ProfileRemapping, in runNewPMPasses()329 PMB.PGOSampleUse = Conf.SampleProfile; in runOldPMPasses()
305 if (!Conf.SampleProfile.empty()) { in computeLTOCacheKey()306 auto FileOrErr = MemoryBuffer::getFile(Conf.SampleProfile); in computeLTOCacheKey()
150 c.SampleProfile = std::string(config->ltoSampleProfile); in createConfig()
1513 std::unique_ptr<raw_pwrite_stream> OS, std::string SampleProfile, in runThinLTOBackend() argument1548 Conf.SampleProfile = std::move(SampleProfile); in runThinLTOBackend()
267 Conf.SampleProfile = SamplePGOFile; in run()
1505 SRCS_MIN+= Transforms/IPO/SampleProfile.cpp