Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp94 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 DLLVMRemarkStreamer.h81 bool RemarksWithHotness,
89 StringRef RemarksFormat, bool RemarksWithHotness,
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp103 static cl::opt<bool> RemarksWithHotness( variable
263 Conf.RemarksWithHotness = RemarksWithHotness; in run()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h136 bool RemarksWithHotness = false; member
H A DLTO.h87 StringRef RemarksFormat, bool RemarksWithHotness,
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp87 cl::opt<bool> RemarksWithHotness( variable
510 RemarksWithHotness, RemarksHotnessThreshold); in optimize()
H A DLTO.cpp1047 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 DThinLTOCodeGenerator.cpp81 extern cl::opt<bool> RemarksWithHotness;
1185 RemarksWithHotness, RemarksHotnessThreshold, count); in run()
H A DLTOBackend.cpp559 Conf.RemarksFormat, Conf.RemarksWithHotness, Conf.RemarksHotnessThreshold, in thinBackend()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp151 static cl::opt<bool> RemarksWithHotness( variable
378 RemarksFormat, RemarksWithHotness, in main()
/freebsd-13.1/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp287 static cl::opt<bool> RemarksWithHotness( variable
633 RemarksFormat, RemarksWithHotness, in main()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLTO.cpp146 c.RemarksWithHotness = config->optRemarksWithHotness; in createConfig()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1571 Conf.RemarksWithHotness = CGOpts.DiagnosticsWithHotness; in runThinLTOBackend()