Lines Matching defs:hoist_block
1580 BasicBlock* hoist_block = GetHoistBlock(block);
1581 if (hoist_block &&
1582 hoist_block->dominator_depth() >= min_block->dominator_depth()) {
1586 node->op()->mnemonic(), hoist_block->id().ToInt());
1587 DCHECK_LT(hoist_block->loop_depth(), block->loop_depth());
1588 block = hoist_block;
1589 hoist_block = GetHoistBlock(hoist_block);
1590 } while (hoist_block &&
1591 hoist_block->dominator_depth() >= min_block->dominator_depth());