Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp468 unsigned LoopNestDepth = LoopList.size(); in processLoopList() local
469 if (LoopNestDepth < 2) { in processLoopList()
473 if (LoopNestDepth > MaxLoopNestDepth) { in processLoopList()
483 LLVM_DEBUG(dbgs() << "Processing LoopList of size = " << LoopNestDepth in processLoopList()
488 if (!populateDependencyMatrix(DependencyMatrix, LoopNestDepth, in processLoopList()