Searched refs:RemarksWithHotness (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMRemarkStreamer.cpp | 94 StringRef RemarksFormat, bool RemarksWithHotness, in setupLLVMOptimizationRemarks() argument 96 if (RemarksWithHotness) in setupLLVMOptimizationRemarks() 141 StringRef RemarksFormat, bool RemarksWithHotness, in setupLLVMOptimizationRemarks() argument 143 if (RemarksWithHotness) in setupLLVMOptimizationRemarks()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | LLVMRemarkStreamer.h | 81 bool RemarksWithHotness, 89 StringRef RemarksFormat, bool RemarksWithHotness,
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 103 static cl::opt<bool> RemarksWithHotness( variable 263 Conf.RemarksWithHotness = RemarksWithHotness; in run()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | Config.h | 136 bool RemarksWithHotness = false; member
|
| H A D | LTO.h | 87 StringRef RemarksFormat, bool RemarksWithHotness,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 87 cl::opt<bool> RemarksWithHotness( variable 510 RemarksWithHotness, RemarksHotnessThreshold); in optimize()
|
| H A D | LTO.cpp | 1047 Conf.RemarksPasses, Conf.RemarksFormat, Conf.RemarksWithHotness, in runRegularLTO() 1558 StringRef RemarksFormat, bool RemarksWithHotness, in setupLLVMOptimizationRemarks() argument 1569 Context, Filename, RemarksPasses, RemarksFormat, RemarksWithHotness, in setupLLVMOptimizationRemarks()
|
| H A D | ThinLTOCodeGenerator.cpp | 81 extern cl::opt<bool> RemarksWithHotness; 1185 RemarksWithHotness, RemarksHotnessThreshold, count); in run()
|
| H A D | LTOBackend.cpp | 559 Conf.RemarksFormat, Conf.RemarksWithHotness, Conf.RemarksHotnessThreshold, in thinBackend()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llc/ |
| H A D | llc.cpp | 151 static cl::opt<bool> RemarksWithHotness( variable 378 RemarksFormat, RemarksWithHotness, in main()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/opt/ |
| H A D | opt.cpp | 287 static cl::opt<bool> RemarksWithHotness( variable 633 RemarksFormat, RemarksWithHotness, in main()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | LTO.cpp | 146 c.RemarksWithHotness = config->optRemarksWithHotness; in createConfig()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1571 Conf.RemarksWithHotness = CGOpts.DiagnosticsWithHotness; in runThinLTOBackend()
|