Home
last modified time | relevance | path

Searched refs:AllowRuntimeCheckSkipHotCutoff (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp809 uint64_t AllowRuntimeCheckSkipHotCutoff = in addSanitizers() local
810 CodeGenOpts.AllowRuntimeCheckSkipHotCutoff.value_or(0.0) * 1000000; in addSanitizers()
813 CodeGenOpts.AllowRuntimeCheckSkipHotCutoff.has_value()) { in addSanitizers()
816 [ScaledCutoffs, AllowRuntimeCheckSkipHotCutoff]( in addSanitizers()
823 Opts.runtime_check = AllowRuntimeCheckSkipHotCutoff; in addSanitizers()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h416 std::optional<double> AllowRuntimeCheckSkipHotCutoff; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1853 if (Opts.AllowRuntimeCheckSkipHotCutoff) { in GenerateCodeGenArgs()
1855 std::to_string(*Opts.AllowRuntimeCheckSkipHotCutoff)); in GenerateCodeGenArgs()
2368 Opts.AllowRuntimeCheckSkipHotCutoff = A; in ParseCodeGenArgs()