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

/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp149 pImpl->DiagnosticsHotnessThreshold = Threshold;
158 return pImpl->DiagnosticsHotnessThreshold.value_or(UINT64_MAX);
169 return !pImpl->DiagnosticsHotnessThreshold.has_value();
H A DLLVMContextImpl.h1473 std::optional<uint64_t> DiagnosticsHotnessThreshold = 0; member in class:llvm::LLVMContextImpl
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h459 std::optional<uint64_t> DiagnosticsHotnessThreshold = 0; member in class:clang::CodeGenOptions
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp329 CodeGenOpts.DiagnosticsHotnessThreshold);
1219 CodeGenOpts.DiagnosticsHotnessThreshold);
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1665 Opts.DiagnosticsHotnessThreshold
1666 ? Twine(*Opts.DiagnosticsHotnessThreshold)
2096 Opts.DiagnosticsHotnessThreshold = *ResultOrErr;
2097 if ((!Opts.DiagnosticsHotnessThreshold ||
2098 *Opts.DiagnosticsHotnessThreshold > 0) &&

Completed in 118 milliseconds