Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp97 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 DLLVMRemarkStreamer.h88 bool RemarksWithHotness,
96 StringRef RemarksFormat, bool RemarksWithHotness,
/src/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp128 static cl::opt<bool> RemarksWithHotness( variable
315 Conf.RemarksWithHotness = RemarksWithHotness; in run()
/src/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h145 bool RemarksWithHotness = false; member
H A DLTO.h89 StringRef RemarksFormat, bool RemarksWithHotness,
/src/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp83 cl::opt<bool> RemarksWithHotness( variable
579 RemarksWithHotness, RemarksHotnessThreshold); in optimize()
H A DThinLTOCodeGenerator.cpp82 extern cl::opt<bool> RemarksWithHotness;
1173 RemarksWithHotness, RemarksHotnessThreshold, count); in run()
H A DLTO.cpp1233 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 DLTOBackend.cpp568 Conf.RemarksFormat, Conf.RemarksWithHotness, Conf.RemarksHotnessThreshold, in thinBackend()
/src/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp161 static cl::opt<bool> RemarksWithHotness( variable
397 RemarksFormat, RemarksWithHotness, in main()
/src/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp250 static cl::opt<bool> RemarksWithHotness( variable
512 RemarksFormat, RemarksWithHotness, in optMain()
/src/contrib/llvm-project/lld/ELF/
H A DLTO.cpp120 c.RemarksWithHotness = config->optRemarksWithHotness; in createConfig()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1255 Conf.RemarksWithHotness = CGOpts.DiagnosticsWithHotness; in runThinLTOBackend()