Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dredundancy-elimination.cc76 Check* that_head = that->head_; in Equals() local
77 while (this_head != that_head) { in Equals()
78 if (this_head->node != that_head->node) return false; in Equals()
80 that_head = that_head->next; in Equals()
92 Check* that_head = that->head_; in Merge() local
95 that_head = that_head->next; in Merge()
105 while (head_ != that_head) { in Merge()
110 that_head = that_head->next; in Merge()