Searched refs:CopyRewriter (Results 1 – 1 of 1) sorted by relevance
849 class CopyRewriter : public Rewriter { class851 CopyRewriter(MachineInstr &MI) : Rewriter(MI) { in CopyRewriter() function in __anonc42e283d0211::CopyRewriter854 virtual ~CopyRewriter() = default;1115 return new CopyRewriter(MI); in getCopyRewriter()