Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:dominator

281   HBasicBlock* current = other->dominator();
284 current = current->dominator();
375 } else if (other->dominator() != NULL) {
381 first = first->dominator();
383 second = second->dominator();
428 // dominator information about the current loop that's being processed,
624 // Check that entry block dominator is NULL.
625 DCHECK(entry_block_->dominator() == NULL);
630 if (block->dominator() == NULL) {
631 // Only start block may have no dominator assigned to.
634 // Assert that block is unreachable if dominator must not be visited.
637 block->dominator());
13348 if (current->dominator() != NULL) {
13349 PrintBlockProperty("dominator", current->dominator()->block_id());