Home | History | Annotate | Download | only in optimizing

Lines Matching refs:Dominates

374     if (!header_->Dominates(back_edge)) {
414 DCHECK(header_->Dominates(back_edges_.Get(i)));
443 bool HBasicBlock::Dominates(HBasicBlock* other) const {
592 DCHECK(initial->GetBlock()->Dominates(loop_header));
708 return GetBlock()->Dominates(other_instruction->GetBlock());
715 // dominates `other_instruction`.