Home
last modified time | relevance | path

Searched refs:RemarksHotnessThreshold (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp95 Optional<uint64_t> RemarksHotnessThreshold) { in setupLLVMOptimizationRemarks() argument
99 Context.setDiagnosticsHotnessThreshold(RemarksHotnessThreshold); in setupLLVMOptimizationRemarks()
142 Optional<uint64_t> RemarksHotnessThreshold) { in setupLLVMOptimizationRemarks() argument
146 Context.setDiagnosticsHotnessThreshold(RemarksHotnessThreshold); in setupLLVMOptimizationRemarks()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMRemarkStreamer.h82 Optional<uint64_t> RemarksHotnessThreshold = 0);
90 Optional<uint64_t> RemarksHotnessThreshold = 0);
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp109 RemarksHotnessThreshold( variable
264 Conf.RemarksHotnessThreshold = RemarksHotnessThreshold; in run()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h151 llvm::Optional<uint64_t> RemarksHotnessThreshold = 0; member
H A DLTO.h88 Optional<uint64_t> RemarksHotnessThreshold = 0, int Count = -1);
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp93 RemarksHotnessThreshold( variable
510 RemarksWithHotness, RemarksHotnessThreshold); in optimize()
H A DLTO.cpp1048 Conf.RemarksHotnessThreshold); in runRegularLTO()
1559 Optional<uint64_t> RemarksHotnessThreshold, int Count) { in setupLLVMOptimizationRemarks() argument
1570 RemarksHotnessThreshold); in setupLLVMOptimizationRemarks()
H A DThinLTOCodeGenerator.cpp83 RemarksHotnessThreshold;
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.cpp157 RemarksHotnessThreshold( variable
379 RemarksHotnessThreshold); in main()
/freebsd-13.1/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp293 RemarksHotnessThreshold( variable
634 RemarksHotnessThreshold); in main()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLTO.cpp147 c.RemarksHotnessThreshold = config->optRemarksHotnessThreshold; in createConfig()