Home
last modified time | relevance | path

Searched refs:RemarksHotnessThreshold (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp98 std::optional<uint64_t> RemarksHotnessThreshold) { in setupLLVMOptimizationRemarks() argument
99 if (RemarksWithHotness || RemarksHotnessThreshold.value_or(1)) in setupLLVMOptimizationRemarks()
102 Context.setDiagnosticsHotnessThreshold(RemarksHotnessThreshold); in setupLLVMOptimizationRemarks()
145 std::optional<uint64_t> RemarksHotnessThreshold) { in setupLLVMOptimizationRemarks() argument
146 if (RemarksWithHotness || RemarksHotnessThreshold.value_or(1)) in setupLLVMOptimizationRemarks()
149 Context.setDiagnosticsHotnessThreshold(RemarksHotnessThreshold); in setupLLVMOptimizationRemarks()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMRemarkStreamer.h89 std::optional<uint64_t> RemarksHotnessThreshold = 0);
97 std::optional<uint64_t> RemarksHotnessThreshold = 0);
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp134 RemarksHotnessThreshold( variable
316 Conf.RemarksHotnessThreshold = RemarksHotnessThreshold; in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h160 std::optional<uint64_t> RemarksHotnessThreshold = 0; member
H A DLTO.h90 std::optional<uint64_t> RemarksHotnessThreshold = 0, int Count = -1);
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp89 RemarksHotnessThreshold( variable
579 RemarksWithHotness, RemarksHotnessThreshold); in optimize()
H A DThinLTOCodeGenerator.cpp84 RemarksHotnessThreshold;
1173 RemarksWithHotness, RemarksHotnessThreshold, count); in run()
H A DLTO.cpp1234 Conf.RemarksHotnessThreshold); in runRegularLTO()
1889 std::optional<uint64_t> RemarksHotnessThreshold, int Count) { in setupLLVMOptimizationRemarks() argument
1900 RemarksHotnessThreshold); in setupLLVMOptimizationRemarks()
H A DLTOBackend.cpp568 Conf.RemarksFormat, Conf.RemarksWithHotness, Conf.RemarksHotnessThreshold, in thinBackend()
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp256 RemarksHotnessThreshold( variable
513 RemarksHotnessThreshold); in optMain()
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp167 RemarksHotnessThreshold( variable
398 RemarksHotnessThreshold); in main()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp121 c.RemarksHotnessThreshold = config->optRemarksHotnessThreshold; in createConfig()