Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp481 unsigned LoopNestDepth = LoopList.size(); in processLoopList() local
482 if (LoopNestDepth < 2) { in processLoopList()
486 if (LoopNestDepth > MaxLoopNestDepth) { in processLoopList()
496 LLVM_DEBUG(dbgs() << "Processing LoopList of size = " << LoopNestDepth in processLoopList()
501 if (!populateDependencyMatrix(DependencyMatrix, LoopNestDepth, in processLoopList()