Searched refs:DiagnosticsHotnessThreshold (Results 1 – 5 of 5) sorted by relevance
149 pImpl->DiagnosticsHotnessThreshold = Threshold; in setDiagnosticsHotnessThreshold()158 return pImpl->DiagnosticsHotnessThreshold.value_or(UINT64_MAX); in getDiagnosticsHotnessThreshold()169 return !pImpl->DiagnosticsHotnessThreshold.has_value(); in isDiagnosticsHotnessThresholdSetFromPSI()
1473 std::optional<uint64_t> DiagnosticsHotnessThreshold = 0;
459 std::optional<uint64_t> DiagnosticsHotnessThreshold = 0; variable
329 CodeGenOpts.DiagnosticsHotnessThreshold); in HandleTranslationUnit()1219 CodeGenOpts.DiagnosticsHotnessThreshold); in ExecuteAction()
1665 Opts.DiagnosticsHotnessThreshold in GenerateCodeGenArgs()1666 ? Twine(*Opts.DiagnosticsHotnessThreshold) in GenerateCodeGenArgs()2096 Opts.DiagnosticsHotnessThreshold = *ResultOrErr; in ParseCodeGenArgs()2097 if ((!Opts.DiagnosticsHotnessThreshold || in ParseCodeGenArgs()2098 *Opts.DiagnosticsHotnessThreshold > 0) && in ParseCodeGenArgs()