Lines Matching defs:opGroupQueue
170 /// opGroupQueue starting from the specified offset, and in that order. The
176 const std::vector<std::pair<uint64_t, ArrayRef<Operation *>>> &opGroupQueue,
193 for (const auto &it : llvm::drop_begin(opGroupQueue, offset)) {
283 std::vector<std::pair<uint64_t, ArrayRef<Operation *>>> opGroupQueue;
292 if (!opGroupQueue.empty()) {
303 opGroupQueue, /*offset=*/0, forOp, b);
305 opGroupQueue.clear();
310 opGroupQueue, /*offset=*/0, forOp, b);
333 opGroupQueue.emplace_back(d, sortedOpGroups[d]);
338 for (unsigned i = 0, e = opGroupQueue.size(); i < e; ++i) {
339 uint64_t ubShift = (opGroupQueue[i].first + tripCount) * step;
342 opGroupQueue, /*offset=*/i, forOp, b);