Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp96 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 DLLVMRemarkStreamer.h87 bool RemarksWithHotness,
95 StringRef RemarksFormat, bool RemarksWithHotness,
/llvm-project-15.0.7/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp129 static cl::opt<bool> RemarksWithHotness( variable
294 Conf.RemarksWithHotness = RemarksWithHotness; in run()
/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DConfig.h139 bool RemarksWithHotness = false; member
H A DLTO.h88 StringRef RemarksFormat, bool RemarksWithHotness,
/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp217 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 DLTOCodeGenerator.cpp83 cl::opt<bool> RemarksWithHotness( variable
504 RemarksWithHotness, RemarksHotnessThreshold); in optimize()
H A DThinLTOCodeGenerator.cpp80 extern cl::opt<bool> RemarksWithHotness;
1167 RemarksWithHotness, RemarksHotnessThreshold, count); in run()
H A DLTO.cpp1052 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 DLTOBackend.cpp554 Conf.RemarksFormat, Conf.RemarksWithHotness, Conf.RemarksHotnessThreshold, in thinBackend()
/llvm-project-15.0.7/llvm/tools/llc/
H A Dllc.cpp164 static cl::opt<bool> RemarksWithHotness( variable
406 RemarksFormat, RemarksWithHotness, in main()
/llvm-project-15.0.7/llvm/tools/opt/
H A Dopt.cpp252 static cl::opt<bool> RemarksWithHotness( variable
583 RemarksFormat, RemarksWithHotness, in main()
/llvm-project-15.0.7/lld/ELF/
H A DLTO.cpp141 c.RemarksWithHotness = config->optRemarksWithHotness; in createConfig()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp1105 Conf.RemarksWithHotness = CGOpts.DiagnosticsWithHotness; in runThinLTOBackend()