Searched refs:pointLoop (Results 1 – 1 of 1) sorted by relevance
555 AffineForOp pointLoop = b.create<AffineForOp>(loc, 0, 0); in constructTiledLoopNest() local556 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()