Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp86 static cl::opt<unsigned int> MinLoopNestDepth( variable
313 if (LoopNestDepth < MinLoopNestDepth || LoopNestDepth > MaxLoopNestDepth) { in hasSupportedLoopDepth()
315 << ", the supported range is [" << MinLoopNestDepth in hasSupportedLoopDepth()
323 << std::to_string(MinLoopNestDepth) << ", " in hasSupportedLoopDepth()