Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h401 Optional<uint64_t> DiagnosticsHotnessThreshold = 0; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp314 CodeGenOpts.DiagnosticsHotnessThreshold); in HandleTranslationUnit()
1101 CodeGenOpts.DiagnosticsHotnessThreshold); in ExecuteAction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1520 Opts.DiagnosticsHotnessThreshold in GenerateCodeGenArgs()
1521 ? Twine(*Opts.DiagnosticsHotnessThreshold) in GenerateCodeGenArgs()
1919 Opts.DiagnosticsHotnessThreshold = *ResultOrErr; in ParseCodeGenArgs()
1920 if ((!Opts.DiagnosticsHotnessThreshold.hasValue() || in ParseCodeGenArgs()
1921 Opts.DiagnosticsHotnessThreshold.getValue() > 0) && in ParseCodeGenArgs()