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 __anon4a9001390211::CopyRewriter854 virtual ~CopyRewriter() = default;1115 return new CopyRewriter(MI); in getCopyRewriter()