Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/Presburger/
DSimplex.cpp955 Fraction widthICandidate = updateBasisWithUAndGetFCandidate(i); in reduceBasis() local
956 if (widthICandidate < epsilon * width[i - level]) { in reduceBasis()
958 width[i - level] = widthICandidate; in reduceBasis()