Searched defs:CopyCleanupPass (Results 1 – 1 of 1) sorted by relevance
96 struct CopyCleanupPass : public CopyCleanupPassBase<CopyCleanupPass> { struct97 void getDependentDialects(DialectRegistry ®istry) const override { in getDependentDialects()101 void runOnFunction() override { RemoveMemrefCopy(getFunction()); } in runOnFunction()