Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp91 static cl::opt<unsigned int> MaxLoopNestDepth( variable
313 if (LoopNestDepth < MinLoopNestDepth || LoopNestDepth > MaxLoopNestDepth) { in hasSupportedLoopDepth()
316 << ", " << MaxLoopNestDepth << "].\n"); in hasSupportedLoopDepth()
324 << std::to_string(MaxLoopNestDepth) << "].\n"; in hasSupportedLoopDepth()