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.h128 std::string ProfileRemapping; member
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp246 PGOOpt = PGOOptions(Conf.SampleProfile, "", Conf.ProfileRemapping, in runNewPMPasses()
251 PGOOpt = PGOOptions("", Conf.CSIRProfile, Conf.ProfileRemapping, in runNewPMPasses()
256 PGOOpt = PGOOptions(Conf.CSIRProfile, "", Conf.ProfileRemapping, in runNewPMPasses()
H A DLTO.cpp341 if (!Conf.ProfileRemapping.empty()) { in computeLTOCacheKey()
342 FileOrErr = MemoryBuffer::getFile(Conf.ProfileRemapping); in computeLTOCacheKey()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1295 std::string SampleProfile, std::string ProfileRemapping, in runThinLTOBackend() argument
1359 Conf.ProfileRemapping = std::move(ProfileRemapping); in runThinLTOBackend()