Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp2875 gatherLoopsInBlock(Block *block, unsigned currLoopDepth, in gatherLoopsInBlock() argument
2878 assert(currLoopDepth <= depthToLoops.size() && "Unexpected currLoopDepth"); in gatherLoopsInBlock()
2879 if (currLoopDepth == depthToLoops.size()) in gatherLoopsInBlock()
2884 depthToLoops[currLoopDepth].push_back(forOp); in gatherLoopsInBlock()
2885 gatherLoopsInBlock(forOp.getBody(), currLoopDepth + 1, depthToLoops); in gatherLoopsInBlock()