Searched refs:CopyRewriter (Results 1 – 1 of 1) sorted by relevance
892 class CopyRewriter : public Rewriter { class894 CopyRewriter(MachineInstr &MI) : Rewriter(MI) { in CopyRewriter() function in __anon139b6b7f0211::CopyRewriter897 virtual ~CopyRewriter() = default;1158 return new CopyRewriter(MI); in getCopyRewriter()