Searched refs:newCopyOp (Results 1 – 1 of 1) sorted by relevance
432 if (auto newCopyOp = dyn_cast<CopyOp>(u.getOwner())) { in matchAndRewrite() local433 if (newCopyOp.getOutputBuffer(0) != subView) in matchAndRewrite()435 LLVM_DEBUG(llvm::dbgs() << dbgPref << "copy candidate " << *newCopyOp); in matchAndRewrite()436 if (mayExistInterleavedUses(newCopyOp, xferOp, {viewOrAlloc, subView})) in matchAndRewrite()438 copyOp = newCopyOp; in matchAndRewrite()503 if (auto newCopyOp = dyn_cast<CopyOp>(u.getOwner())) { in matchAndRewrite() local504 if (newCopyOp.getInput(0) != subView) in matchAndRewrite()506 if (mayExistInterleavedUses(xferOp, newCopyOp, {viewOrAlloc, subView})) in matchAndRewrite()508 copyOp = newCopyOp; in matchAndRewrite()