Searched refs:DiagnosticsHotnessThreshold (Results 1 – 5 of 5) sorted by relevance
136 pImpl->DiagnosticsHotnessThreshold = Threshold; in setDiagnosticsHotnessThreshold()140 return pImpl->DiagnosticsHotnessThreshold.getValueOr(UINT64_MAX); in getDiagnosticsHotnessThreshold()144 return !pImpl->DiagnosticsHotnessThreshold.hasValue(); in isDiagnosticsHotnessThresholdSetFromPSI()
1356 Optional<uint64_t> DiagnosticsHotnessThreshold = 0;
401 Optional<uint64_t> DiagnosticsHotnessThreshold = 0; variable
314 CodeGenOpts.DiagnosticsHotnessThreshold); in HandleTranslationUnit()1101 CodeGenOpts.DiagnosticsHotnessThreshold); in ExecuteAction()
1520 Opts.DiagnosticsHotnessThreshold in GenerateCodeGenArgs()1521 ? Twine(*Opts.DiagnosticsHotnessThreshold) in GenerateCodeGenArgs()1919 Opts.DiagnosticsHotnessThreshold = *ResultOrErr; in ParseCodeGenArgs()1920 if ((!Opts.DiagnosticsHotnessThreshold.hasValue() || in ParseCodeGenArgs()1921 Opts.DiagnosticsHotnessThreshold.getValue() > 0) && in ParseCodeGenArgs()