Searched refs:SampleProfile (Results 1 – 8 of 8) sorted by relevance
125 std::string SampleProfile; member
245 if (!Conf.SampleProfile.empty()) in runNewPMPasses()246 PGOOpt = PGOOptions(Conf.SampleProfile, "", Conf.ProfileRemapping, in runNewPMPasses()
336 if (!Conf.SampleProfile.empty()) { in computeLTOCacheKey()337 auto FileOrErr = MemoryBuffer::getFile(Conf.SampleProfile); in computeLTOCacheKey()2343 if (!C.SampleProfile.empty()) { in buildCommonRemoteCompilerOptions()2345 Saver.save("-fprofile-sample-use=" + Twine(C.SampleProfile))); in buildCommonRemoteCompilerOptions()2346 CommonInputs.insert(C.SampleProfile); in buildCommonRemoteCompilerOptions()
83 c.SampleProfile = ctx.config.ltoSampleProfileName; in createConfig()
1295 std::string SampleProfile, std::string ProfileRemapping, in runThinLTOBackend() argument1338 Conf.SampleProfile = std::move(SampleProfile); in runThinLTOBackend()
124 c.SampleProfile = std::string(ctx.arg.ltoSampleProfile); in createConfig()
328 Conf.SampleProfile = SamplePGOFile; in run()
1906 SRCS_MIN+= Transforms/IPO/SampleProfile.cpp