Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp136 pImpl->DiagnosticsHotnessThreshold = Threshold; in setDiagnosticsHotnessThreshold()
140 return pImpl->DiagnosticsHotnessThreshold.getValueOr(UINT64_MAX); in getDiagnosticsHotnessThreshold()
144 return !pImpl->DiagnosticsHotnessThreshold.hasValue(); in isDiagnosticsHotnessThresholdSetFromPSI()
H A DLLVMContextImpl.h1356 Optional<uint64_t> DiagnosticsHotnessThreshold = 0;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h401 Optional<uint64_t> DiagnosticsHotnessThreshold = 0; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp314 CodeGenOpts.DiagnosticsHotnessThreshold); in HandleTranslationUnit()
1103 CodeGenOpts.DiagnosticsHotnessThreshold); in ExecuteAction()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1517 Opts.DiagnosticsHotnessThreshold in GenerateCodeGenArgs()
1518 ? Twine(*Opts.DiagnosticsHotnessThreshold) in GenerateCodeGenArgs()
1916 Opts.DiagnosticsHotnessThreshold = *ResultOrErr; in ParseCodeGenArgs()
1917 if ((!Opts.DiagnosticsHotnessThreshold.hasValue() || in ParseCodeGenArgs()
1918 Opts.DiagnosticsHotnessThreshold.getValue() > 0) && in ParseCodeGenArgs()