/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | LLVMRemarkStreamer.cpp | 97 StringRef RemarksFormat, bool RemarksWithHotness, in setupLLVMOptimizationRemarks() argument 99 if (RemarksWithHotness) in setupLLVMOptimizationRemarks() 144 StringRef RemarksFormat, bool RemarksWithHotness, in setupLLVMOptimizationRemarks() argument 146 if (RemarksWithHotness) in setupLLVMOptimizationRemarks()
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | LLVMRemarkStreamer.h | 88 bool RemarksWithHotness, 96 StringRef RemarksFormat, bool RemarksWithHotness,
|
/openbsd/gnu/llvm/llvm/tools/llvm-lto2/ |
H A D | llvm-lto2.cpp | 128 static cl::opt<bool> RemarksWithHotness( variable 293 Conf.RemarksWithHotness = RemarksWithHotness; in run()
|
/openbsd/gnu/llvm/llvm/include/llvm/LTO/ |
H A D | Config.h | 141 bool RemarksWithHotness = false; member
|
H A D | LTO.h | 88 StringRef RemarksFormat, bool RemarksWithHotness,
|
/openbsd/gnu/llvm/llvm/tools/gold/ |
H A D | gold-plugin.cpp | 217 static bool RemarksWithHotness = false; variable 302 RemarksWithHotness = true; in process_plugin_option() 954 Conf.RemarksWithHotness = options::RemarksWithHotness; in createLTO()
|
/openbsd/gnu/llvm/llvm/lib/LTO/ |
H A D | LTOCodeGenerator.cpp | 84 cl::opt<bool> RemarksWithHotness( variable 586 RemarksWithHotness, RemarksHotnessThreshold); in optimize()
|
H A D | ThinLTOCodeGenerator.cpp | 80 extern cl::opt<bool> RemarksWithHotness; 1167 RemarksWithHotness, RemarksHotnessThreshold, count); in run()
|
H A D | LTO.cpp | 1088 Conf.RemarksPasses, Conf.RemarksFormat, Conf.RemarksWithHotness, in runRegularLTO() 1647 StringRef RemarksFormat, bool RemarksWithHotness, in setupLLVMOptimizationRemarks() argument 1658 Context, Filename, RemarksPasses, RemarksFormat, RemarksWithHotness, in setupLLVMOptimizationRemarks()
|
H A D | LTOBackend.cpp | 556 Conf.RemarksFormat, Conf.RemarksWithHotness, Conf.RemarksHotnessThreshold, in thinBackend()
|
/openbsd/gnu/llvm/llvm/tools/opt/ |
H A D | opt.cpp | 249 static cl::opt<bool> RemarksWithHotness( variable 528 RemarksFormat, RemarksWithHotness, in main()
|
/openbsd/gnu/llvm/llvm/tools/llc/ |
H A D | llc.cpp | 164 static cl::opt<bool> RemarksWithHotness( variable 408 RemarksFormat, RemarksWithHotness, in main()
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | LTO.cpp | 142 c.RemarksWithHotness = config->optRemarksWithHotness; in createConfig()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 1180 Conf.RemarksWithHotness = CGOpts.DiagnosticsWithHotness; in runThinLTOBackend()
|