Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp201 MaxArithDepth("scalar-evolution-max-arith-depth", cl::Hidden, variable
2455 if (Depth > MaxArithDepth || hasHugeExpression(Ops)) in getAddExpr()
2934 if (Depth > MaxArithDepth || hasHugeExpression(Ops)) in getMulExpr()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp201 MaxArithDepth("scalar-evolution-max-arith-depth", cl::Hidden, variable
2322 if (Depth > MaxArithDepth || hasHugeExpression(Ops)) in getAddExpr()
2845 if (Depth > MaxArithDepth || hasHugeExpression(Ops)) in getMulExpr()