Home | History | Annotate | Download | only in codegen

Lines Matching defs:bra

3109 // If we jump to BRA/RET/EXIT, replace the jump with it.
3114 // @p0 bra BB:2 -> @!p0 bra BB:3 iff (!) BB:2 immediately adjoins BB:1
3116 // bra BB:3
3130 FlowInstruction *bra = i->asFlow();
3144 bra->op = rep->op;
3145 bra->target.bb = rep->target.bb;