Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h122 std::string ProfileRemapping; member
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp240 PGOOpt = PGOOptions(Conf.SampleProfile, "", Conf.ProfileRemapping, in runNewPMPasses()
245 PGOOpt = PGOOptions("", Conf.CSIRProfile, Conf.ProfileRemapping, in runNewPMPasses()
250 PGOOpt = PGOOptions(Conf.CSIRProfile, "", Conf.ProfileRemapping, in runNewPMPasses()
H A DLTO.cpp350 if (!Conf.ProfileRemapping.empty()) { in computeLTOCacheKey()
351 FileOrErr = MemoryBuffer::getFile(Conf.ProfileRemapping); in computeLTOCacheKey()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1193 std::string SampleProfile, std::string ProfileRemapping, in runThinLTOBackend() argument
1252 Conf.ProfileRemapping = std::move(ProfileRemapping); in runThinLTOBackend()