Searched refs:AllowRuntimeCheckSkipHotCutoff (Results 1 – 3 of 3) sorted by relevance
809 uint64_t AllowRuntimeCheckSkipHotCutoff = in addSanitizers() local810 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()
416 std::optional<double> AllowRuntimeCheckSkipHotCutoff; variable
1853 if (Opts.AllowRuntimeCheckSkipHotCutoff) { in GenerateCodeGenArgs()1855 std::to_string(*Opts.AllowRuntimeCheckSkipHotCutoff)); in GenerateCodeGenArgs()2368 Opts.AllowRuntimeCheckSkipHotCutoff = A; in ParseCodeGenArgs()