Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp2595 gatherLoopsInBlock(Block *block, unsigned currLoopDepth, in gatherLoopsInBlock() argument
2598 assert(currLoopDepth <= depthToLoops.size() && "Unexpected currLoopDepth"); in gatherLoopsInBlock()
2599 if (currLoopDepth == depthToLoops.size()) in gatherLoopsInBlock()
2604 depthToLoops[currLoopDepth].push_back(forOp); in gatherLoopsInBlock()
2605 gatherLoopsInBlock(forOp.getBody(), currLoopDepth + 1, depthToLoops); in gatherLoopsInBlock()