Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp425 unsigned LoopNestDepth = LoopList.size(); in processLoopList() local
426 if (LoopNestDepth < 2) { in processLoopList()
430 if (LoopNestDepth > MaxLoopNestDepth) { in processLoopList()
440 LLVM_DEBUG(dbgs() << "Processing LoopList of size = " << LoopNestDepth in processLoopList()
445 if (!populateDependencyMatrix(DependencyMatrix, LoopNestDepth, in processLoopList()