Searched refs:new_loop (Results 1 – 1 of 1) sorted by relevance
148 ir_loop *new_loop = new(mem_ctx) ir_loop(); in clone() local151 new_loop->from = this->from->clone(mem_ctx, ht); in clone()153 new_loop->to = this->to->clone(mem_ctx, ht); in clone()155 new_loop->increment = this->increment->clone(mem_ctx, ht); in clone()156 new_loop->counter = counter; in clone()160 new_loop->body_instructions.push_tail(ir->clone(mem_ctx, ht)); in clone()163 new_loop->cmp = this->cmp; in clone()164 return new_loop; in clone()