Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDRemarkStreamer.cpp147 bool RemarksWithHotness, in setupOptimizationRemarks() argument
149 if (RemarksWithHotness) in setupOptimizationRemarks()
191 bool RemarksWithHotness, in setupOptimizationRemarks() argument
193 if (RemarksWithHotness) in setupOptimizationRemarks()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDRemarkStreamer.h95 bool RemarksWithHotness,
103 bool RemarksWithHotness,
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-lto2/
HDllvm-lto2.cpp94 static cl::opt<bool> RemarksWithHotness( variable
236 Conf.RemarksWithHotness = RemarksWithHotness; in run()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/LTO/
HDConfig.h112 bool RemarksWithHotness = false; member
HDLTO.h92 bool RemarksWithHotness, int Count = -1);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llc/
HDllc.cpp137 static cl::opt<bool> RemarksWithHotness( variable
338 RemarksFormat, RemarksWithHotness, in main()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
HDLTOCodeGenerator.cpp84 cl::opt<bool> RemarksWithHotness( variable
530 RemarksFormat, RemarksWithHotness); in optimize()
HDLTOBackend.cpp461 C.RemarksWithHotness); in backend()
516 Conf.RemarksFormat, Conf.RemarksWithHotness, Task); in thinBackend()
HDThinLTOCodeGenerator.cpp78 extern cl::opt<bool> RemarksWithHotness;
1079 RemarksWithHotness, count); in run()
HDLTO.cpp1403 bool RemarksWithHotness, int Count) { in setupOptimizationRemarks() argument
1413 Context, Filename, RemarksPasses, RemarksFormat, RemarksWithHotness); in setupOptimizationRemarks()
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDLTO.cpp106 c.RemarksWithHotness = config->optRemarksWithHotness; in createConfig()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/opt/
HDopt.cpp260 static cl::opt<bool> RemarksWithHotness( variable
586 RemarksFormat, RemarksWithHotness, in main()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDBackendUtil.cpp1460 Conf.RemarksWithHotness = CGOpts.DiagnosticsWithHotness; in runThinLTOBackend()