Home | History | Annotate | Download | only in optimizing

Lines Matching defs:IsInLoop

1212     return IsInLoop() && (loop_information_->GetHeader() == this);
1235 } else if (!IsInLoop()) {
1254 bool IsInLoop() const { return loop_information_ != nullptr; }
1993 bool IsInLoop() const { return block_->IsInLoop(); }