Searched refs:SampleProfile (Results 1 – 7 of 7) sorted by relevance
78 std::string SampleProfile; member
157 if (!Conf.SampleProfile.empty()) in runNewPMPasses()158 PGOOpt = PGOOptions("", "", Conf.SampleProfile, Conf.ProfileRemapping, in runNewPMPasses()276 PMB.PGOSampleUse = Conf.SampleProfile; in runOldPMPasses()
280 if (!Conf.SampleProfile.empty()) { in computeLTOCacheKey()281 auto FileOrErr = MemoryBuffer::getFile(Conf.SampleProfile); in computeLTOCacheKey()
101 C.SampleProfile = Config->LTOSampleProfile; in createConfig()
1158 std::string SampleProfile, in runThinLTOBackend() argument1230 Conf.SampleProfile = std::move(SampleProfile); in runThinLTOBackend()
217 Conf.SampleProfile = SamplePGOFile; in run()
1299 SRCS_MIN+= Transforms/IPO/SampleProfile.cpp