Lines Matching defs:liveOperations
689 return liveOperations.size();
695 for (auto &entry : liveOperations)
705 std::swap(operations, liveOperations);
717 auto it = liveOperations.find(op.ptr);
718 if (it == liveOperations.end()) {
722 liveOperations.erase(it);
1238 auto &liveOperations = contextRef->liveOperations;
1239 auto it = liveOperations.find(operation.ptr);
1240 if (it == liveOperations.end()) {
1244 liveOperations[operation.ptr] =
1258 auto &liveOperations = contextRef->liveOperations;
1259 assert(liveOperations.count(operation.ptr) == 0 &&
1261 (void)liveOperations;
1264 liveOperations[operation.ptr] =