Lines Matching defs:group
206 // Start a group with the first write.
207 SmallVector<Operation *> group;
210 group.push_back(writeOp);
213 // Look in the next nodes for more copies to add to the same group.
230 // Found another copy, add it to the group.
232 group.push_back(nextNode);
235 // If the op is something else stop the accumulating op in the group.
239 // Emit the group.
241 for (Operation *writeOp : group) {
267 // Create the group and wait for it right after.
274 for (Operation *writeOp : group)