Home
last modified time | relevance | path

Searched refs:DiagnosticsHotnessThreshold (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp149 pImpl->DiagnosticsHotnessThreshold = Threshold; in setDiagnosticsHotnessThreshold()
158 return pImpl->DiagnosticsHotnessThreshold.value_or(UINT64_MAX); in getDiagnosticsHotnessThreshold()
169 return !pImpl->DiagnosticsHotnessThreshold.has_value(); in isDiagnosticsHotnessThresholdSetFromPSI()
H A DLLVMContextImpl.h1473 std::optional<uint64_t> DiagnosticsHotnessThreshold = 0;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h459 std::optional<uint64_t> DiagnosticsHotnessThreshold = 0; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp329 CodeGenOpts.DiagnosticsHotnessThreshold); in HandleTranslationUnit()
1219 CodeGenOpts.DiagnosticsHotnessThreshold); in ExecuteAction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1665 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()