Searched refs:DiagnosticsHotnessThreshold (Results 1 – 5 of 5) sorted by relevance
141 pImpl->DiagnosticsHotnessThreshold = Threshold; in setDiagnosticsHotnessThreshold()150 return pImpl->DiagnosticsHotnessThreshold.value_or(UINT64_MAX); in getDiagnosticsHotnessThreshold()161 return !pImpl->DiagnosticsHotnessThreshold.has_value(); in isDiagnosticsHotnessThresholdSetFromPSI()
1668 std::optional<uint64_t> DiagnosticsHotnessThreshold = 0;
503 std::optional<uint64_t> DiagnosticsHotnessThreshold = 0; variable
266 CodeGenOpts.DiagnosticsHotnessThreshold); in HandleTranslationUnit()1178 CodeGenOpts.DiagnosticsHotnessThreshold); in ExecuteAction()
1831 Opts.DiagnosticsHotnessThreshold in GenerateCodeGenArgs()1832 ? Twine(*Opts.DiagnosticsHotnessThreshold) in GenerateCodeGenArgs()2297 Opts.DiagnosticsHotnessThreshold = *ResultOrErr; in ParseCodeGenArgs()2298 if ((!Opts.DiagnosticsHotnessThreshold || in ParseCodeGenArgs()2299 *Opts.DiagnosticsHotnessThreshold > 0) && in ParseCodeGenArgs()