Home
last modified time | relevance | path

Searched refs:ProfileRemapping (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DConfig.h116 std::string ProfileRemapping; member
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOBackend.cpp236 PGOOpt = PGOOptions(Conf.SampleProfile, "", Conf.ProfileRemapping, in runNewPMPasses()
239 PGOOpt = PGOOptions("", Conf.CSIRProfile, Conf.ProfileRemapping, in runNewPMPasses()
243 PGOOpt = PGOOptions(Conf.CSIRProfile, "", Conf.ProfileRemapping, in runNewPMPasses()
H A DLTO.cpp311 if (!Conf.ProfileRemapping.empty()) { in computeLTOCacheKey()
312 FileOrErr = MemoryBuffer::getFile(Conf.ProfileRemapping); in computeLTOCacheKey()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp1048 std::string ProfileRemapping, BackendAction Action) { in runThinLTOBackend() argument
1103 Conf.ProfileRemapping = std::move(ProfileRemapping); in runThinLTOBackend()