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( variable294 Conf.RemarksHotnessThreshold = RemarksHotnessThreshold; in run()
163 std::optional<uint64_t> RemarksHotnessThreshold = 0; member
88 std::optional<uint64_t> RemarksHotnessThreshold = 0, int Count = -1);
90 RemarksHotnessThreshold( variable587 RemarksWithHotness, RemarksHotnessThreshold); in optimize()
83 RemarksHotnessThreshold;1177 RemarksWithHotness, RemarksHotnessThreshold, count); in run()
1220 Conf.RemarksHotnessThreshold); in runRegularLTO()1857 std::optional<uint64_t> RemarksHotnessThreshold, int Count) { in setupLLVMOptimizationRemarks() argument1868 RemarksHotnessThreshold); in setupLLVMOptimizationRemarks()
566 Conf.RemarksFormat, Conf.RemarksWithHotness, Conf.RemarksHotnessThreshold, in thinBackend()
255 RemarksHotnessThreshold( variable513 RemarksHotnessThreshold); in main()
167 RemarksHotnessThreshold( variable401 RemarksHotnessThreshold); in main()
119 c.RemarksHotnessThreshold = config->optRemarksHotnessThreshold; in createConfig()