Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp2875 gatherLoopsInBlock(Block *block, unsigned currLoopDepth, in gatherLoopsInBlock() function
2885 gatherLoopsInBlock(forOp.getBody(), currLoopDepth + 1, depthToLoops); in gatherLoopsInBlock()
2894 gatherLoopsInBlock(&block, /*currLoopDepth=*/0, depthToLoops); in gatherLoops()