Home | History | Annotate | Download | only in arm

Lines Matching defs:next_block

1392   int next_block = GetNextEmittedBlock(current_block_);
1398 } else if (left_block == next_block) {
1400 } else if (right_block == next_block) {
1483 int next_block = GetNextEmittedBlock(current_block_);
1484 if (block != next_block) {