| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | LLVMRemarkStreamer.cpp | 96 StringRef RemarksFormat, bool RemarksWithHotness, in setupLLVMOptimizationRemarks() argument 98 if (RemarksWithHotness) in setupLLVMOptimizationRemarks() 143 StringRef RemarksFormat, bool RemarksWithHotness, in setupLLVMOptimizationRemarks() argument 145 if (RemarksWithHotness) in setupLLVMOptimizationRemarks()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | LLVMRemarkStreamer.h | 87 bool RemarksWithHotness, 95 StringRef RemarksFormat, bool RemarksWithHotness,
|
| /llvm-project-15.0.7/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 129 static cl::opt<bool> RemarksWithHotness( variable 294 Conf.RemarksWithHotness = RemarksWithHotness; in run()
|
| /llvm-project-15.0.7/llvm/include/llvm/LTO/ |
| H A D | Config.h | 139 bool RemarksWithHotness = false; member
|
| H A D | LTO.h | 88 StringRef RemarksFormat, bool RemarksWithHotness,
|
| /llvm-project-15.0.7/llvm/tools/gold/ |
| H A D | gold-plugin.cpp | 217 static bool RemarksWithHotness = false; variable 302 RemarksWithHotness = true; in process_plugin_option() 965 Conf.RemarksWithHotness = options::RemarksWithHotness; in createLTO()
|
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 83 cl::opt<bool> RemarksWithHotness( variable 504 RemarksWithHotness, RemarksHotnessThreshold); in optimize()
|
| H A D | ThinLTOCodeGenerator.cpp | 80 extern cl::opt<bool> RemarksWithHotness; 1167 RemarksWithHotness, RemarksHotnessThreshold, count); in run()
|
| H A D | LTO.cpp | 1052 Conf.RemarksPasses, Conf.RemarksFormat, Conf.RemarksWithHotness, in runRegularLTO() 1610 StringRef RemarksFormat, bool RemarksWithHotness, in setupLLVMOptimizationRemarks() argument 1621 Context, Filename, RemarksPasses, RemarksFormat, RemarksWithHotness, in setupLLVMOptimizationRemarks()
|
| H A D | LTOBackend.cpp | 554 Conf.RemarksFormat, Conf.RemarksWithHotness, Conf.RemarksHotnessThreshold, in thinBackend()
|
| /llvm-project-15.0.7/llvm/tools/llc/ |
| H A D | llc.cpp | 164 static cl::opt<bool> RemarksWithHotness( variable 406 RemarksFormat, RemarksWithHotness, in main()
|
| /llvm-project-15.0.7/llvm/tools/opt/ |
| H A D | opt.cpp | 252 static cl::opt<bool> RemarksWithHotness( variable 583 RemarksFormat, RemarksWithHotness, in main()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | LTO.cpp | 141 c.RemarksWithHotness = config->optRemarksWithHotness; in createConfig()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1105 Conf.RemarksWithHotness = CGOpts.DiagnosticsWithHotness; in runThinLTOBackend()
|