Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp134 RemarksHotnessThreshold( variable
294 Conf.RemarksHotnessThreshold = RemarksHotnessThreshold; in run()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h163 std::optional<uint64_t> RemarksHotnessThreshold = 0; member
H A DLTO.h88 std::optional<uint64_t> RemarksHotnessThreshold = 0, int Count = -1);
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp90 RemarksHotnessThreshold( variable
587 RemarksWithHotness, RemarksHotnessThreshold); in optimize()
H A DThinLTOCodeGenerator.cpp83 RemarksHotnessThreshold;
1177 RemarksWithHotness, RemarksHotnessThreshold, count); in run()
H A DLTO.cpp1220 Conf.RemarksHotnessThreshold); in runRegularLTO()
1857 std::optional<uint64_t> RemarksHotnessThreshold, int Count) { in setupLLVMOptimizationRemarks() argument
1868 RemarksHotnessThreshold); in setupLLVMOptimizationRemarks()
H A DLTOBackend.cpp566 Conf.RemarksFormat, Conf.RemarksWithHotness, Conf.RemarksHotnessThreshold, in thinBackend()
/freebsd-14.2/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp255 RemarksHotnessThreshold( variable
513 RemarksHotnessThreshold); in main()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp167 RemarksHotnessThreshold( variable
401 RemarksHotnessThreshold); in main()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLTO.cpp119 c.RemarksHotnessThreshold = config->optRemarksHotnessThreshold; in createConfig()