Home
last modified time | relevance | path

Searched refs:RemarksWithHotness (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp97 StringRef RemarksFormat, bool RemarksWithHotness, in setupLLVMOptimizationRemarks() argument
99 if (RemarksWithHotness || RemarksHotnessThreshold.value_or(1)) in setupLLVMOptimizationRemarks()
144 StringRef RemarksFormat, bool RemarksWithHotness, in setupLLVMOptimizationRemarks() argument
146 if (RemarksWithHotness || RemarksHotnessThreshold.value_or(1)) in setupLLVMOptimizationRemarks()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMRemarkStreamer.h88 bool RemarksWithHotness,
96 StringRef RemarksFormat, bool RemarksWithHotness,
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp128 static cl::opt<bool> RemarksWithHotness( variable
293 Conf.RemarksWithHotness = RemarksWithHotness; in run()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h148 bool RemarksWithHotness = false; member
H A DLTO.h87 StringRef RemarksFormat, bool RemarksWithHotness,
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp84 cl::opt<bool> RemarksWithHotness( variable
587 RemarksWithHotness, RemarksHotnessThreshold); in optimize()
H A DThinLTOCodeGenerator.cpp81 extern cl::opt<bool> RemarksWithHotness;
1177 RemarksWithHotness, RemarksHotnessThreshold, count); in run()
H A DLTO.cpp1219 Conf.RemarksPasses, Conf.RemarksFormat, Conf.RemarksWithHotness, in runRegularLTO()
1856 StringRef RemarksFormat, bool RemarksWithHotness, in setupLLVMOptimizationRemarks() argument
1867 Context, Filename, RemarksPasses, RemarksFormat, RemarksWithHotness, 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.cpp249 static cl::opt<bool> RemarksWithHotness( variable
512 RemarksFormat, RemarksWithHotness, in main()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp161 static cl::opt<bool> RemarksWithHotness( variable
400 RemarksFormat, RemarksWithHotness, in main()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLTO.cpp118 c.RemarksWithHotness = config->optRemarksWithHotness; in createConfig()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1242 Conf.RemarksWithHotness = CGOpts.DiagnosticsWithHotness; in runThinLTOBackend()