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.cpp154 RemarksHotnessThreshold( variable
325 Conf.RemarksHotnessThreshold = RemarksHotnessThreshold; in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h166 std::optional<uint64_t> RemarksHotnessThreshold = 0; member
H A DLTO.h97 std::optional<uint64_t> RemarksHotnessThreshold = 0, int Count = -1);
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp82 RemarksHotnessThreshold( variable
566 RemarksWithHotness, RemarksHotnessThreshold); in optimize()
H A DThinLTOCodeGenerator.cpp80 RemarksHotnessThreshold;
1158 RemarksWithHotness, RemarksHotnessThreshold, count); in run()
H A DLTO.cpp1261 Conf.RemarksHotnessThreshold); in runRegularLTO()
2142 std::optional<uint64_t> RemarksHotnessThreshold, int Count) { in setupLLVMOptimizationRemarks() argument
2153 RemarksHotnessThreshold); in setupLLVMOptimizationRemarks()
H A DLTOBackend.cpp615 Conf.RemarksFormat, Conf.RemarksWithHotness, Conf.RemarksHotnessThreshold, in thinBackend()
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp264 RemarksHotnessThreshold( variable
507 RemarksHotnessThreshold); in optMain()
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp178 RemarksHotnessThreshold( variable
393 RemarksHotnessThreshold); in main()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp118 c.RemarksHotnessThreshold = ctx.arg.optRemarksHotnessThreshold; in createConfig()