Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/
H A DConfig.h118 std::string ProfileRemapping; member
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOBackend.cpp237 PGOOpt = PGOOptions(Conf.SampleProfile, "", Conf.ProfileRemapping, in runNewPMPasses()
240 PGOOpt = PGOOptions("", Conf.CSIRProfile, Conf.ProfileRemapping, in runNewPMPasses()
244 PGOOpt = PGOOptions(Conf.CSIRProfile, "", Conf.ProfileRemapping, in runNewPMPasses()
H A DLTO.cpp314 if (!Conf.ProfileRemapping.empty()) { in computeLTOCacheKey()
315 FileOrErr = MemoryBuffer::getFile(Conf.ProfileRemapping); in computeLTOCacheKey()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp1120 std::string ProfileRemapping, BackendAction Action) { in runThinLTOBackend() argument
1178 Conf.ProfileRemapping = std::move(ProfileRemapping); in runThinLTOBackend()