Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/IR/
DLLVMContext.cpp150 pImpl->DiagnosticsHotnessThreshold = Threshold; in setDiagnosticsHotnessThreshold()
154 return pImpl->DiagnosticsHotnessThreshold.getValueOr(UINT64_MAX); in getDiagnosticsHotnessThreshold()
158 return !pImpl->DiagnosticsHotnessThreshold.hasValue(); in isDiagnosticsHotnessThresholdSetFromPSI()
DLLVMContextImpl.h1344 Optional<uint64_t> DiagnosticsHotnessThreshold = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp139 pImpl->DiagnosticsHotnessThreshold = Threshold; in setDiagnosticsHotnessThreshold()
142 return pImpl->DiagnosticsHotnessThreshold; in getDiagnosticsHotnessThreshold()
DLLVMContextImpl.h1254 uint64_t DiagnosticsHotnessThreshold = 0;
/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.h362 Optional<uint64_t> DiagnosticsHotnessThreshold = 0; variable
/external/llvm-project/clang/lib/CodeGen/
DCodeGenAction.cpp324 CodeGenOpts.DiagnosticsHotnessThreshold); in HandleTranslationUnit()
1132 CodeGenOpts.DiagnosticsHotnessThreshold); in ExecuteAction()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp1567 Opts.DiagnosticsHotnessThreshold = *ResultOrErr; in ParseCodeGenArgs()
1568 if ((!Opts.DiagnosticsHotnessThreshold.hasValue() || in ParseCodeGenArgs()
1569 Opts.DiagnosticsHotnessThreshold.getValue() > 0) && in ParseCodeGenArgs()