Searched refs:RemarksHotnessThreshold (Results 1 – 12 of 12) sorted by relevance
98 std::optional<uint64_t> RemarksHotnessThreshold) { in setupLLVMOptimizationRemarks() argument99 if (RemarksWithHotness || RemarksHotnessThreshold.value_or(1)) in setupLLVMOptimizationRemarks()102 Context.setDiagnosticsHotnessThreshold(RemarksHotnessThreshold); in setupLLVMOptimizationRemarks()145 std::optional<uint64_t> RemarksHotnessThreshold) { in setupLLVMOptimizationRemarks() argument146 if (RemarksWithHotness || RemarksHotnessThreshold.value_or(1)) in setupLLVMOptimizationRemarks()149 Context.setDiagnosticsHotnessThreshold(RemarksHotnessThreshold); in setupLLVMOptimizationRemarks()
89 std::optional<uint64_t> RemarksHotnessThreshold = 0);97 std::optional<uint64_t> RemarksHotnessThreshold = 0);
134 RemarksHotnessThreshold( variable316 Conf.RemarksHotnessThreshold = RemarksHotnessThreshold; in run()
160 std::optional<uint64_t> RemarksHotnessThreshold = 0; member
90 std::optional<uint64_t> RemarksHotnessThreshold = 0, int Count = -1);
89 RemarksHotnessThreshold( variable579 RemarksWithHotness, RemarksHotnessThreshold); in optimize()
84 RemarksHotnessThreshold;1173 RemarksWithHotness, RemarksHotnessThreshold, count); in run()
1234 Conf.RemarksHotnessThreshold); in runRegularLTO()1889 std::optional<uint64_t> RemarksHotnessThreshold, int Count) { in setupLLVMOptimizationRemarks() argument1900 RemarksHotnessThreshold); in setupLLVMOptimizationRemarks()
568 Conf.RemarksFormat, Conf.RemarksWithHotness, Conf.RemarksHotnessThreshold, in thinBackend()
256 RemarksHotnessThreshold( variable513 RemarksHotnessThreshold); in optMain()
167 RemarksHotnessThreshold( variable398 RemarksHotnessThreshold); in main()
121 c.RemarksHotnessThreshold = config->optRemarksHotnessThreshold; in createConfig()