Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContext.cpp139 pImpl->DiagnosticsHotnessThreshold = Threshold; in setDiagnosticsHotnessThreshold()
148 return pImpl->DiagnosticsHotnessThreshold.value_or(UINT64_MAX); in getDiagnosticsHotnessThreshold()
159 return !pImpl->DiagnosticsHotnessThreshold.has_value(); in isDiagnosticsHotnessThresholdSetFromPSI()
H A DLLVMContextImpl.h1386 Optional<uint64_t> DiagnosticsHotnessThreshold = 0;
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h423 Optional<uint64_t> DiagnosticsHotnessThreshold = 0; variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenAction.cpp331 CodeGenOpts.DiagnosticsHotnessThreshold); in HandleTranslationUnit()
1205 CodeGenOpts.DiagnosticsHotnessThreshold); in ExecuteAction()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1544 Opts.DiagnosticsHotnessThreshold in GenerateCodeGenArgs()
1545 ? Twine(*Opts.DiagnosticsHotnessThreshold) in GenerateCodeGenArgs()
1983 Opts.DiagnosticsHotnessThreshold = *ResultOrErr; in ParseCodeGenArgs()
1984 if ((!Opts.DiagnosticsHotnessThreshold || in ParseCodeGenArgs()
1985 Opts.DiagnosticsHotnessThreshold.value() > 0) && in ParseCodeGenArgs()