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