Home | History | Annotate | Download | only in compiler

Lines Matching refs:nextBlock

1273         BasicBlock *nextBlock = findBlock(&cUnit, curOffset,
1280 if (nextBlock) {
1288 curBlock->fallThrough == nextBlock ||
1293 curBlock->fallThrough = nextBlock;
1294 dvmCompilerSetBit(nextBlock->predecessors, curBlock->id);
1296 curBlock = nextBlock;
1417 BasicBlock *nextBlock = findBlock(cUnit, curOffset,
1424 if (nextBlock) {
1432 curBlock->fallThrough == nextBlock ||
1438 curBlock->fallThrough = nextBlock;
1439 dvmCompilerSetBit(nextBlock->predecessors, curBlock->id);
1442 if (nextBlock->visited == true) {
1445 curBlock = nextBlock;