Home | History | Annotate | Download | only in compiler

Lines Matching refs:fallThrough

545     /* Make the first real dalvik block the fallthrough of the entry block */
546 startBB->fallThrough = curBB;
625 * taken/fallthrough links. Also create chaining cells for code not included
643 /* Link the taken and fallthrough blocks */
659 curBB->fallThrough = searchBB;
662 * Fallthrough block of an invoke instruction needs to be
687 curBB->fallThrough == NULL &&
715 loopBranch->fallThrough = backwardCell;
725 loopBranch->fallThrough = backwardCell;
727 loopBranch->fallThrough = startBB->next;
730 loopBranch->fallThrough = startBB->next;
733 /* Create the chaining cell as the fallthrough of the exit block */
741 exitBB->fallThrough = exitChainingCell;
785 /* Fallthrough block not included in the trace */
787 curBB->fallThrough == NULL) {
801 curBB->fallThrough = lastBB;
1199 * fallthrough link.
1202 curBB->fallThrough = newBB;
1206 * Fallthrough block of an invoke instruction needs to be