Searched refs:ProfileRemapping (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/ |
| H A D | Config.h | 113 std::string ProfileRemapping; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 214 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 D | LTO.cpp | 310 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 D | BackendUtil.cpp | 1507 std::string ProfileRemapping, BackendAction Action) { in runThinLTOBackend() argument 1561 Conf.ProfileRemapping = std::move(ProfileRemapping); in runThinLTOBackend()
|