Home | History | Annotate | Download | only in optimizing

Lines Matching defs:IsLoopHeader

900     return IsLoopHeader() ? loop_information_->NumberOfBackEdges() : 0;
1061 bool IsLoopHeader() const {
1066 DCHECK(IsLoopHeader());
1071 DCHECK(IsLoopHeader());
1083 if (IsLoopHeader()) {
1796 bool IsLoopHeaderPhi() const { return IsPhi() && block_->IsLoopHeader(); }