Home | History | Annotate | Download | only in state_tracker

Lines Matching refs:if_stmt

1128       ir_if *if_stmt =  new(ir) ir_if(e);
1132 if_stmt->then_instructions.push_tail(brk);
1134 if_stmt->accept(this);
1136 delete if_stmt;