Lines Matching full:dominator
620 HBasicBlock* dominator, HBasicBlock* dominated) {
624 if (dominator->block_id() < block->block_id() &&
633 dominator, block));
641 // traversal of the dominator tree done during GVN (the stack is handled
644 // of the dominator tree but this forces us to initialize each frame calling
661 HBasicBlock** dominator) {
664 *dominator = block();
671 *dominator = dominator_state->block();
675 *dominator = NULL;
709 // No need to copy the map for the last child in the dominator tree.
753 // This is a recursive traversal of the dominator tree but it has been turned