Lines Matching defs:nEnd
1933 /// output argument `nEnd` is set to the new end. `sizeInBytes` is set to the
1941 Block::iterator *nBegin, Block::iterator *nEnd) {
1943 *nEnd = end;
2137 *nEnd = Block::iterator(copyNest.getOperation());
2163 *nEnd = Block::iterator(op.getOperation());
2172 if (*nEnd == end && isCopyOutAtEndOfBlock)
2175 *nEnd = Block::iterator(tagDeallocOp.getOperation());
2181 // When generating pointwise copies, `nEnd' has to be set to deallocOp on
2183 if (!copyOptions.generateDma && *nEnd == end && isCopyOutAtEndOfBlock)
2184 *nEnd = Block::iterator(bufDeallocOp.getOperation());
2423 Block::iterator nBegin, nEnd;
2427 fastBufferMap, copyNests, &sizeInBytes, &nBegin, &nEnd);
2431 end = nEnd;