Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DMisExpect.cpp172 auto Tolerance = getMisExpectTolerance(I.getContext()); in verifyMisExpect() local
173 Tolerance = std::clamp(Tolerance, 0u, 99u); in verifyMisExpect()
177 if (Tolerance > 0) in verifyMisExpect()
178 ScaledThreshold *= (1.0 - Tolerance / 100.0); in verifyMisExpect()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMContext.cpp156 std::optional<uint32_t> Tolerance) { in setDiagnosticsMisExpectTolerance() argument
157 pImpl->DiagnosticsMisExpectTolerance = Tolerance; in setDiagnosticsMisExpectTolerance()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DLLVMContext.h208 void setDiagnosticsMisExpectTolerance(std::optional<uint32_t> Tolerance);