Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DLLVMRemarkStreamer.h81 bool RemarksWithHotness,
89 StringRef RemarksFormat, bool RemarksWithHotness,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp103 static cl::opt<bool> RemarksWithHotness( variable
263 Conf.RemarksWithHotness = RemarksWithHotness; in run()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DConfig.h136 bool RemarksWithHotness = false; member
H A DLTO.h87 StringRef RemarksFormat, bool RemarksWithHotness,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp217 static bool RemarksWithHotness = false; variable
304 RemarksWithHotness = true; in process_plugin_option()
953 Conf.RemarksWithHotness = options::RemarksWithHotness; in createLTO()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp87 cl::opt<bool> RemarksWithHotness( variable
510 RemarksWithHotness, RemarksHotnessThreshold); in optimize()
H A DThinLTOCodeGenerator.cpp78 extern cl::opt<bool> RemarksWithHotness;
1115 RemarksWithHotness, RemarksHotnessThreshold, count); in run()
H A DLTO.cpp1047 Conf.RemarksPasses, Conf.RemarksFormat, Conf.RemarksWithHotness, in runRegularLTO()
1555 StringRef RemarksFormat, bool RemarksWithHotness, in setupLLVMOptimizationRemarks() argument
1566 Context, Filename, RemarksPasses, RemarksFormat, RemarksWithHotness, in setupLLVMOptimizationRemarks()
H A DLTOBackend.cpp559 Conf.RemarksFormat, Conf.RemarksWithHotness, Conf.RemarksHotnessThreshold, in thinBackend()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/
H A Dllc.cpp150 static cl::opt<bool> RemarksWithHotness( variable
377 RemarksFormat, RemarksWithHotness, in main()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A Dopt.cpp287 static cl::opt<bool> RemarksWithHotness( variable
633 RemarksFormat, RemarksWithHotness, in main()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp1564 Conf.RemarksWithHotness = CGOpts.DiagnosticsWithHotness; in runThinLTOBackend()