Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp97 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 DLLVMRemarkStreamer.h88 bool RemarksWithHotness,
96 StringRef RemarksFormat, bool RemarksWithHotness,
/openbsd/gnu/llvm/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp128 static cl::opt<bool> RemarksWithHotness( variable
293 Conf.RemarksWithHotness = RemarksWithHotness; in run()
/openbsd/gnu/llvm/llvm/include/llvm/LTO/
H A DConfig.h141 bool RemarksWithHotness = false; member
H A DLTO.h88 StringRef RemarksFormat, bool RemarksWithHotness,
/openbsd/gnu/llvm/llvm/tools/gold/
H A Dgold-plugin.cpp217 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 DLTOCodeGenerator.cpp84 cl::opt<bool> RemarksWithHotness( variable
586 RemarksWithHotness, RemarksHotnessThreshold); in optimize()
H A DThinLTOCodeGenerator.cpp80 extern cl::opt<bool> RemarksWithHotness;
1167 RemarksWithHotness, RemarksHotnessThreshold, count); in run()
H A DLTO.cpp1088 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 DLTOBackend.cpp556 Conf.RemarksFormat, Conf.RemarksWithHotness, Conf.RemarksHotnessThreshold, in thinBackend()
/openbsd/gnu/llvm/llvm/tools/opt/
H A Dopt.cpp249 static cl::opt<bool> RemarksWithHotness( variable
528 RemarksFormat, RemarksWithHotness, in main()
/openbsd/gnu/llvm/llvm/tools/llc/
H A Dllc.cpp164 static cl::opt<bool> RemarksWithHotness( variable
408 RemarksFormat, RemarksWithHotness, in main()
/openbsd/gnu/llvm/lld/ELF/
H A DLTO.cpp142 c.RemarksWithHotness = config->optRemarksWithHotness; in createConfig()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp1180 Conf.RemarksWithHotness = CGOpts.DiagnosticsWithHotness; in runThinLTOBackend()