Lines Matching defs:nextNode
211 Operation *nextNode = writeOp;
214 while ((nextNode = nextNode->getNextNode())) {
216 auto memInterface = dyn_cast<MemoryEffectOpInterface>(nextNode);
218 !nextNode->hasTrait<OpTrait::HasRecursiveMemoryEffects>())
221 if (isa<vector::TransferReadOp, vector::LoadOp>(nextNode)) {
222 Operation *readOp = nextNode;
229 if (copyToSharedMem.count(nextNode)) {
231 copyToSharedMem.remove(nextNode);
232 group.push_back(nextNode);