Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp171 static cl::opt<unsigned> MulOpsInlineThreshold( variable
2968 if (Ops.size() > MulOpsInlineThreshold) in getMulExpr()