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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp492 unsigned LoopNestDepth = LoopList.size(); local
493 if (LoopNestDepth < 2) {
497 if (LoopNestDepth > MaxLoopNestDepth) {
507 LLVM_DEBUG(dbgs() << "Processing LoopList of size = " << LoopNestDepth
512 if (!populateDependencyMatrix(DependencyMatrix, LoopNestDepth,

Completed in 92 milliseconds