Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp97 Optional<uint64_t> RemarksHotnessThreshold) { in setupLLVMOptimizationRemarks() argument
101 Context.setDiagnosticsHotnessThreshold(RemarksHotnessThreshold); in setupLLVMOptimizationRemarks()
144 Optional<uint64_t> RemarksHotnessThreshold) { in setupLLVMOptimizationRemarks() argument
148 Context.setDiagnosticsHotnessThreshold(RemarksHotnessThreshold); in setupLLVMOptimizationRemarks()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DLLVMRemarkStreamer.h88 Optional<uint64_t> RemarksHotnessThreshold = 0);
96 Optional<uint64_t> RemarksHotnessThreshold = 0);
/llvm-project-15.0.7/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp135 RemarksHotnessThreshold( variable
295 Conf.RemarksHotnessThreshold = RemarksHotnessThreshold; in run()
/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DConfig.h154 llvm::Optional<uint64_t> RemarksHotnessThreshold = 0; member
H A DLTO.h89 Optional<uint64_t> RemarksHotnessThreshold = 0, int Count = -1);
/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp218 static Optional<uint64_t> RemarksHotnessThreshold = 0; variable
308 RemarksHotnessThreshold = *ResultOrErr; in process_plugin_option()
966 Conf.RemarksHotnessThreshold = options::RemarksHotnessThreshold; in createLTO()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp89 RemarksHotnessThreshold( variable
504 RemarksWithHotness, RemarksHotnessThreshold); in optimize()
H A DThinLTOCodeGenerator.cpp82 RemarksHotnessThreshold;
1167 RemarksWithHotness, RemarksHotnessThreshold, count); in run()
H A DLTO.cpp1053 Conf.RemarksHotnessThreshold); in runRegularLTO()
1611 Optional<uint64_t> RemarksHotnessThreshold, int Count) { in setupLLVMOptimizationRemarks() argument
1622 RemarksHotnessThreshold); in setupLLVMOptimizationRemarks()
H A DLTOBackend.cpp554 Conf.RemarksFormat, Conf.RemarksWithHotness, Conf.RemarksHotnessThreshold, in thinBackend()
/llvm-project-15.0.7/llvm/tools/llc/
H A Dllc.cpp170 RemarksHotnessThreshold( variable
407 RemarksHotnessThreshold); in main()
/llvm-project-15.0.7/llvm/tools/opt/
H A Dopt.cpp258 RemarksHotnessThreshold( variable
584 RemarksHotnessThreshold); in main()
/llvm-project-15.0.7/lld/ELF/
H A DLTO.cpp142 c.RemarksHotnessThreshold = config->optRemarksHotnessThreshold; in createConfig()