Searched refs:tileSpaceLoop (Results 1 – 1 of 1) sorted by relevance
569 AffineForOp tileSpaceLoop = b.create<AffineForOp>(loc, 0, 0); in constructTiledLoopNest() local570 tileSpaceLoop.getBody()->getOperations().splice( in constructTiledLoopNest()571 tileSpaceLoop.getBody()->begin(), topLoop->getBlock()->getOperations(), in constructTiledLoopNest()573 tiledLoops[2 * width - i - 1] = tileSpaceLoop; in constructTiledLoopNest()574 topLoop = tileSpaceLoop.getOperation(); in constructTiledLoopNest()