Home | History | Annotate | Download | only in compiler

Lines Matching full:nextblock

1298         BasicBlock *nextBlock = findBlock(&cUnit, curOffset,
1305 if (nextBlock) {
1313 curBlock->fallThrough == nextBlock ||
1318 curBlock->fallThrough = nextBlock;
1319 dvmCompilerSetBit(nextBlock->predecessors, curBlock->id);
1321 curBlock = nextBlock;
1440 BasicBlock *nextBlock = findBlock(cUnit, curOffset,
1447 if (nextBlock) {
1455 curBlock->fallThrough == nextBlock ||
1461 curBlock->fallThrough = nextBlock;
1462 dvmCompilerSetBit(nextBlock->predecessors, curBlock->id);
1465 if (nextBlock->visited == true) {
1468 curBlock = nextBlock;