Lines Matching full:blocks
46 GrowableArray<SuccessorBlockInfo*>::Iterator iterator(bb->successor_block_list.blocks);
87 /* Sort the blocks by the Depth-First-Search */
211 * blocks.
230 GrowableArray<SuccessorBlockInfo*>::Iterator iterator(bb->successor_block_list.blocks);
455 * Iterate through all successor blocks and propagate up the live-in sets.
473 GrowableArray<SuccessorBlockInfo*>::Iterator iterator(bb->successor_block_list.blocks);
519 /* Calculate the phi blocks for each Dalvik register */
543 * Iterate through the original blocks plus the new ones in
579 * predecessor blocks
658 GrowableArray<SuccessorBlockInfo*>::Iterator iterator(block->successor_block_list.blocks);
697 * from all the predecessor blocks.
702 /* Insert phi-operands with latest SSA names from predecessor blocks */