Searched refs:end_ (Results 1 – 8 of 8) sorted by relevance
74 rtx_insn *end_; member262 #define BB_END(B) (B)->il.x.rtl->end_
117 if (p->start_ <= start && p->end_ >= end) in remove()121 if (p->start_ + 3 >= start && p->end_ <= end + 3) in remove()127 else if (p->end_ <= end + 3) in remove()128 p->end_ = start; in remove()177 if (end > p->end_ && p->end_ == this->length_ && this->extend_) in allocate()180 p->end_ = end; in allocate()182 if (end == p->end_ || (end <= p->end_ - this->min_hole_)) in allocate()184 if (p->start_ + fuzz >= start && p->end_ <= end + fuzz) in allocate()188 else if (p->end_ <= end + fuzz) in allocate()189 p->end_ = start; in allocate()[all …]
82 : start_(start), end_(end) in Free_list_node()85 off_t end_; member
3763 size_t len = p->end_ - off; in do_write()
121 if (p->start_ <= start && p->end_ >= end) in remove()125 if (p->start_ + 3 >= start && p->end_ <= end + 3) in remove()131 else if (p->end_ <= end + 3) in remove()132 p->end_ = start; in remove()181 if (end > p->end_ && p->end_ == this->length_ && this->extend_) in allocate()184 p->end_ = end; in allocate()186 if (end == p->end_ || (end <= p->end_ - this->min_hole_)) in allocate()188 if (p->start_ + fuzz >= start && p->end_ <= end + fuzz) in allocate()192 else if (p->end_ <= end + fuzz) in allocate()193 p->end_ = start; in allocate()[all …]
3781 size_t len = p->end_ - off; in do_write()
178 rtx end_; member420 #define BB_END(B) (B)->il.rtl->end_