Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp197 MaxArithDepth("scalar-evolution-max-arith-depth", cl::Hidden, variable
2560 if (Depth > MaxArithDepth || hasHugeExpression(Ops)) in getAddExpr()
3158 if (Depth > MaxArithDepth || hasHugeExpression(Ops)) in getMulExpr()