Lines Matching defs:copyNests
1940 DenseSet<Operation *> ©Nests, uint64_t *sizeInBytes,
2132 copyNests.insert(copyNest);
2274 DenseSet<Operation *> ©Nests) {
2427 fastBufferMap, copyNests, &sizeInBytes, &nBegin, &nEnd);
2467 std::optional<Value> filterMemRef, DenseSet<Operation *> ©Nests) {
2470 filterMemRef, copyNests);
2480 DenseSet<Operation *> copyNests;
2483 copyOptions, fastBufferMap, copyNests,
2494 assert(copyNests.size() <= 1 && "At most one copy nest is expected.");
2495 result.copyNest = copyNests.empty() ? nullptr : *copyNests.begin();