Searched refs:DiagnosticsHotnessThreshold (Results 1 – 7 of 7) sorted by relevance
150 pImpl->DiagnosticsHotnessThreshold = Threshold; in setDiagnosticsHotnessThreshold()154 return pImpl->DiagnosticsHotnessThreshold.getValueOr(UINT64_MAX); in getDiagnosticsHotnessThreshold()158 return !pImpl->DiagnosticsHotnessThreshold.hasValue(); in isDiagnosticsHotnessThresholdSetFromPSI()
1344 Optional<uint64_t> DiagnosticsHotnessThreshold = 0;
139 pImpl->DiagnosticsHotnessThreshold = Threshold; in setDiagnosticsHotnessThreshold()142 return pImpl->DiagnosticsHotnessThreshold; in getDiagnosticsHotnessThreshold()
1254 uint64_t DiagnosticsHotnessThreshold = 0;
362 Optional<uint64_t> DiagnosticsHotnessThreshold = 0; variable
324 CodeGenOpts.DiagnosticsHotnessThreshold); in HandleTranslationUnit()1132 CodeGenOpts.DiagnosticsHotnessThreshold); in ExecuteAction()
1567 Opts.DiagnosticsHotnessThreshold = *ResultOrErr; in ParseCodeGenArgs()1568 if ((!Opts.DiagnosticsHotnessThreshold.hasValue() || in ParseCodeGenArgs()1569 Opts.DiagnosticsHotnessThreshold.getValue() > 0) && in ParseCodeGenArgs()