Searched refs:currLoopDepth (Results 1 – 1 of 1) sorted by relevance
2875 gatherLoopsInBlock(Block *block, unsigned currLoopDepth, in gatherLoopsInBlock() argument2878 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()