Searched refs:mv_ptr (Results 1 – 2 of 2) sorted by relevance
49 std::unique_ptr<Instruction> mv_ptr(inst); in MovePreludeCode() local51 if (IsSameBlockOp(&*mv_ptr)) { in MovePreludeCode()52 auto* sb_inst_ptr = mv_ptr.get(); in MovePreludeCode()53 same_block_pre_[mv_ptr->result_id()] = sb_inst_ptr; in MovePreludeCode()55 (*new_blk_ptr)->AddInstruction(std::move(mv_ptr)); in MovePreludeCode()