Searched refs:fusedEntryBlock (Results 1 – 1 of 1) sorted by relevance
599 Block *fusedEntryBlock = new Block; in fuseWithReshapeByExpansion() local600 fusedRegion.push_back(fusedEntryBlock); in fuseWithReshapeByExpansion()615 rewriter.setInsertionPointToStart(fusedEntryBlock); in fuseWithReshapeByExpansion()619 Value linearizedIndex = fusedEntryBlock->addArgument(indexType); in fuseWithReshapeByExpansion()628 linearizedIndex + fusedEntryBlock->addArgument(indexType); in fuseWithReshapeByExpansion()635 fusedEntryBlock->addArgument(originalRegion.getArgument(i).getType()); in fuseWithReshapeByExpansion()637 rewriter.mergeBlocks(fusedEntryBlock->getNextNode(), fusedEntryBlock, in fuseWithReshapeByExpansion()