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);
154 RemarksHotnessThreshold( variable325 Conf.RemarksHotnessThreshold = RemarksHotnessThreshold; in run()
166 std::optional<uint64_t> RemarksHotnessThreshold = 0; member
97 std::optional<uint64_t> RemarksHotnessThreshold = 0, int Count = -1);
82 RemarksHotnessThreshold( variable566 RemarksWithHotness, RemarksHotnessThreshold); in optimize()
80 RemarksHotnessThreshold;1158 RemarksWithHotness, RemarksHotnessThreshold, count); in run()
1261 Conf.RemarksHotnessThreshold); in runRegularLTO()2142 std::optional<uint64_t> RemarksHotnessThreshold, int Count) { in setupLLVMOptimizationRemarks() argument2153 RemarksHotnessThreshold); in setupLLVMOptimizationRemarks()
615 Conf.RemarksFormat, Conf.RemarksWithHotness, Conf.RemarksHotnessThreshold, in thinBackend()
264 RemarksHotnessThreshold( variable507 RemarksHotnessThreshold); in optMain()
178 RemarksHotnessThreshold( variable393 RemarksHotnessThreshold); in main()
118 c.RemarksHotnessThreshold = ctx.arg.optRemarksHotnessThreshold; in createConfig()