Searched refs:DiagnosticsHotnessThreshold (Results 1 – 5 of 5) sorted by relevance
139 pImpl->DiagnosticsHotnessThreshold = Threshold; in setDiagnosticsHotnessThreshold()148 return pImpl->DiagnosticsHotnessThreshold.value_or(UINT64_MAX); in getDiagnosticsHotnessThreshold()159 return !pImpl->DiagnosticsHotnessThreshold.has_value(); in isDiagnosticsHotnessThresholdSetFromPSI()
1386 Optional<uint64_t> DiagnosticsHotnessThreshold = 0;
423 Optional<uint64_t> DiagnosticsHotnessThreshold = 0; variable
331 CodeGenOpts.DiagnosticsHotnessThreshold); in HandleTranslationUnit()1205 CodeGenOpts.DiagnosticsHotnessThreshold); in ExecuteAction()
1544 Opts.DiagnosticsHotnessThreshold in GenerateCodeGenArgs()1545 ? Twine(*Opts.DiagnosticsHotnessThreshold) in GenerateCodeGenArgs()1983 Opts.DiagnosticsHotnessThreshold = *ResultOrErr; in ParseCodeGenArgs()1984 if ((!Opts.DiagnosticsHotnessThreshold || in ParseCodeGenArgs()1985 Opts.DiagnosticsHotnessThreshold.value() > 0) && in ParseCodeGenArgs()