Home | History | Annotate | Download | only in quick

Lines Matching defs:fall_through

275       LIR* fall_through = &label_list[bb->fall_through->id];
280 BasicBlock* target = is_taken ? bb->taken : bb->fall_through;
290 fall_through);
302 LIR* fall_through = &label_list[bb->fall_through->id];
306 BasicBlock* target = is_taken ? bb->taken : bb->fall_through;
315 GenCompareZeroAndBranch(opcode, rl_src[0], taken, fall_through);
776 if (bb->fall_through) {
777 OpUnconditionalBranch(&block_label_list_[bb->fall_through->id]);