Home | History | Annotate | Download | only in optimizing

Lines Matching full:header_

467   os << "header: " << header_->GetBlockId() << std::endl;
472 for (HBasicBlock* block : header_->GetPredecessors()) {
654 HGraph* graph = header_->GetGraph();
655 blocks_.SetBit(header_->GetBlockId());
656 header_->SetInLoop(this);
666 visited.SetBit(header_->GetBlockId());
702 HBasicBlock* block = header_->GetPredecessors()[0];
703 DCHECK(irreducible_ || (block == header_->GetDominator()));
712 return other.blocks_.IsBitSet(header_->GetBlockId());
730 if (!header_->Dominates(back_edge)) {