HomeSort by: relevance | last modified time | path
    Searched refs:DiagnosticsHotnessThreshold (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContext.cpp 136 pImpl->DiagnosticsHotnessThreshold = Threshold;
140 return pImpl->DiagnosticsHotnessThreshold.getValueOr(UINT64_MAX);
144 return !pImpl->DiagnosticsHotnessThreshold.hasValue();
LLVMContextImpl.h 1356 Optional<uint64_t> DiagnosticsHotnessThreshold = 0;
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
CodeGenOptions.h 401 Optional<uint64_t> DiagnosticsHotnessThreshold = 0;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenAction.cpp 314 CodeGenOpts.DiagnosticsHotnessThreshold);
1101 CodeGenOpts.DiagnosticsHotnessThreshold);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInvocation.cpp 1520 Opts.DiagnosticsHotnessThreshold
1521 ? Twine(*Opts.DiagnosticsHotnessThreshold)
1919 Opts.DiagnosticsHotnessThreshold = *ResultOrErr;
1920 if ((!Opts.DiagnosticsHotnessThreshold.hasValue() ||
1921 Opts.DiagnosticsHotnessThreshold.getValue() > 0) &&

Completed in 24 milliseconds