Searched refs:ProfileRemapping (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/LTO/ |
| H A D | Config.h | 118 std::string ProfileRemapping; member
|
| /openbsd-src/gnu/llvm/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 237 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 D | LTO.cpp | 314 if (!Conf.ProfileRemapping.empty()) { in computeLTOCacheKey() 315 FileOrErr = MemoryBuffer::getFile(Conf.ProfileRemapping); in computeLTOCacheKey()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1120 std::string ProfileRemapping, BackendAction Action) { in runThinLTOBackend() argument 1178 Conf.ProfileRemapping = std::move(ProfileRemapping); in runThinLTOBackend()
|