Searched refs:RemarksWithHotness (Results 1 – 13 of 13) sorted by relevance
| /src/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()
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | LLVMRemarkStreamer.h | 88 bool RemarksWithHotness, 96 StringRef RemarksFormat, bool RemarksWithHotness,
|
| /src/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 128 static cl::opt<bool> RemarksWithHotness( variable 315 Conf.RemarksWithHotness = RemarksWithHotness; in run()
|
| /src/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | Config.h | 145 bool RemarksWithHotness = false; member
|
| H A D | LTO.h | 89 StringRef RemarksFormat, bool RemarksWithHotness,
|
| /src/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 83 cl::opt<bool> RemarksWithHotness( variable 579 RemarksWithHotness, RemarksHotnessThreshold); in optimize()
|
| H A D | ThinLTOCodeGenerator.cpp | 82 extern cl::opt<bool> RemarksWithHotness; 1173 RemarksWithHotness, RemarksHotnessThreshold, count); in run()
|
| H A D | LTO.cpp | 1233 Conf.RemarksPasses, Conf.RemarksFormat, Conf.RemarksWithHotness, in runRegularLTO() 1888 StringRef RemarksFormat, bool RemarksWithHotness, in setupLLVMOptimizationRemarks() argument 1899 Context, Filename, RemarksPasses, RemarksFormat, RemarksWithHotness, in setupLLVMOptimizationRemarks()
|
| H A D | LTOBackend.cpp | 568 Conf.RemarksFormat, Conf.RemarksWithHotness, Conf.RemarksHotnessThreshold, in thinBackend()
|
| /src/contrib/llvm-project/llvm/tools/llc/ |
| H A D | llc.cpp | 161 static cl::opt<bool> RemarksWithHotness( variable 397 RemarksFormat, RemarksWithHotness, in main()
|
| /src/contrib/llvm-project/llvm/tools/opt/ |
| H A D | optdriver.cpp | 250 static cl::opt<bool> RemarksWithHotness( variable 512 RemarksFormat, RemarksWithHotness, in optMain()
|
| /src/contrib/llvm-project/lld/ELF/ |
| H A D | LTO.cpp | 120 c.RemarksWithHotness = config->optRemarksWithHotness; in createConfig()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1255 Conf.RemarksWithHotness = CGOpts.DiagnosticsWithHotness; in runThinLTOBackend()
|