Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMRemarkStreamer.h88 StringRef RemarksFormat, bool RemarksWithHotness,
96 StringRef RemarksFormat, bool RemarksWithHotness,
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp148 static cl::opt<bool> RemarksWithHotness( variable
324 Conf.RemarksWithHotness = RemarksWithHotness; in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h151 bool RemarksWithHotness = false; member
H A DLTO.h96 StringRef RemarksFormat, bool RemarksWithHotness,
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp76 cl::opt<bool> RemarksWithHotness( variable
566 RemarksWithHotness, RemarksHotnessThreshold); in optimize()
H A DThinLTOCodeGenerator.cpp78 extern cl::opt<bool> RemarksWithHotness;
1158 RemarksWithHotness, RemarksHotnessThreshold, count); in run()
H A DLTO.cpp1260 Conf.RemarksPasses, Conf.RemarksFormat, Conf.RemarksWithHotness, in runRegularLTO()
2141 StringRef RemarksFormat, bool RemarksWithHotness, in setupLLVMOptimizationRemarks() argument
2152 Context, Filename, RemarksPasses, RemarksFormat, RemarksWithHotness, in setupLLVMOptimizationRemarks()
H A DLTOBackend.cpp615 Conf.RemarksFormat, Conf.RemarksWithHotness, Conf.RemarksHotnessThreshold, in thinBackend()
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp258 static cl::opt<bool> RemarksWithHotness( variable
506 RemarksFormat, RemarksWithHotness, in optMain()
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp172 static cl::opt<bool> RemarksWithHotness( variable
392 RemarksFormat, RemarksWithHotness, in main()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp117 c.RemarksWithHotness = ctx.arg.optRemarksWithHotness; in createConfig()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1362 Conf.RemarksWithHotness = CGOpts.DiagnosticsWithHotness; in runThinLTOBackend()