Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp555 AffineForOp pointLoop = b.create<AffineForOp>(loc, 0, 0); in constructTiledLoopNest() local
556 pointLoop.getBody()->getOperations().splice( in constructTiledLoopNest()
557 pointLoop.getBody()->begin(), topLoop->getBlock()->getOperations(), in constructTiledLoopNest()
559 tiledLoops[2 * width - 1 - i] = pointLoop; in constructTiledLoopNest()
560 topLoop = pointLoop.getOperation(); in constructTiledLoopNest()
562 innermostPointLoop = pointLoop; in constructTiledLoopNest()