Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/LTO/
H A DConfig.h81 std::string ProfileRemapping; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp1159 std::string ProfileRemapping, in runThinLTOBackend() argument
1231 Conf.ProfileRemapping = std::move(ProfileRemapping); in runThinLTOBackend()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOBackend.cpp158 PGOOpt = PGOOptions("", "", Conf.SampleProfile, Conf.ProfileRemapping, in runNewPMPasses()
H A DLTO.cpp285 if (!Conf.ProfileRemapping.empty()) { in computeLTOCacheKey()
286 FileOrErr = MemoryBuffer::getFile(Conf.ProfileRemapping); in computeLTOCacheKey()