Home
last modified time | relevance | path

Searched refs:that_head (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dredundancy-elimination.cc89 Check* that_head = that->head_; in Equals() local
90 while (this_head != that_head) { in Equals()
91 if (this_head->node != that_head->node) return false; in Equals()
93 that_head = that_head->next; in Equals()
105 Check* that_head = that->head_; in Merge() local
108 that_head = that_head->next; in Merge()
118 while (head_ != that_head) { in Merge()
123 that_head = that_head->next; in Merge()