Searched refs:ProfileRemapping (Results 1 – 4 of 4) sorted by relevance
81 std::string ProfileRemapping; member
1159 std::string ProfileRemapping, in runThinLTOBackend() argument1231 Conf.ProfileRemapping = std::move(ProfileRemapping); in runThinLTOBackend()
158 PGOOpt = PGOOptions("", "", Conf.SampleProfile, Conf.ProfileRemapping, in runNewPMPasses()
285 if (!Conf.ProfileRemapping.empty()) { in computeLTOCacheKey()286 FileOrErr = MemoryBuffer::getFile(Conf.ProfileRemapping); in computeLTOCacheKey()