Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp521 AffineForOp pointLoop = b.create<AffineForOp>(loc, 0, 0); in constructTiledLoopNest() local
522 pointLoop.getBody()->getOperations().splice( in constructTiledLoopNest()
523 pointLoop.getBody()->begin(), topLoop->getBlock()->getOperations(), in constructTiledLoopNest()
525 tiledLoops[2 * width - 1 - i] = pointLoop; in constructTiledLoopNest()
526 topLoop = pointLoop.getOperation(); in constructTiledLoopNest()
528 innermostPointLoop = pointLoop; in constructTiledLoopNest()