Searched refs:RemarksWithHotness (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMRemarkStreamer.cpp | 97 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 D | LLVMRemarkStreamer.h | 88 StringRef RemarksFormat, bool RemarksWithHotness, 96 StringRef RemarksFormat, bool RemarksWithHotness,
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 148 static cl::opt<bool> RemarksWithHotness( variable 324 Conf.RemarksWithHotness = RemarksWithHotness; in run()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | Config.h | 151 bool RemarksWithHotness = false; member
|
| H A D | LTO.h | 96 StringRef RemarksFormat, bool RemarksWithHotness,
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 76 cl::opt<bool> RemarksWithHotness( variable 566 RemarksWithHotness, RemarksHotnessThreshold); in optimize()
|
| H A D | ThinLTOCodeGenerator.cpp | 78 extern cl::opt<bool> RemarksWithHotness; 1158 RemarksWithHotness, RemarksHotnessThreshold, count); in run()
|
| H A D | LTO.cpp | 1260 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 D | LTOBackend.cpp | 615 Conf.RemarksFormat, Conf.RemarksWithHotness, Conf.RemarksHotnessThreshold, in thinBackend()
|
| /freebsd/contrib/llvm-project/llvm/tools/opt/ |
| H A D | optdriver.cpp | 258 static cl::opt<bool> RemarksWithHotness( variable 506 RemarksFormat, RemarksWithHotness, in optMain()
|
| /freebsd/contrib/llvm-project/llvm/tools/llc/ |
| H A D | llc.cpp | 172 static cl::opt<bool> RemarksWithHotness( variable 392 RemarksFormat, RemarksWithHotness, in main()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | LTO.cpp | 117 c.RemarksWithHotness = ctx.arg.optRemarksWithHotness; in createConfig()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1362 Conf.RemarksWithHotness = CGOpts.DiagnosticsWithHotness; in runThinLTOBackend()
|