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