Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DConfig.h113 std::string ProfileRemapping; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOBackend.cpp214 PGOOpt = PGOOptions(Conf.SampleProfile, "", Conf.ProfileRemapping, in runNewPMPasses()
217 PGOOpt = PGOOptions("", Conf.CSIRProfile, Conf.ProfileRemapping, in runNewPMPasses()
221 PGOOpt = PGOOptions(Conf.CSIRProfile, "", Conf.ProfileRemapping, in runNewPMPasses()
H A DLTO.cpp310 if (!Conf.ProfileRemapping.empty()) { in computeLTOCacheKey()
311 FileOrErr = MemoryBuffer::getFile(Conf.ProfileRemapping); in computeLTOCacheKey()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp1507 std::string ProfileRemapping, BackendAction Action) { in runThinLTOBackend() argument
1561 Conf.ProfileRemapping = std::move(ProfileRemapping); in runThinLTOBackend()