Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbranch-elimination.cc246 BranchCondition* other_condition = other.head_; in Merge() local
248 other_condition = other_condition->next; in Merge()
258 while (head_ != other_condition) { in Merge()
261 other_condition = other_condition->next; in Merge()
299 BranchCondition* other_condition = other.head_; in operator ==() local
301 if (this_condition == other_condition) return true; in operator ==()
302 if (this_condition->condition != other_condition->condition || in operator ==()
303 this_condition->is_true != other_condition->is_true) { in operator ==()
307 other_condition = other_condition->next; in operator ==()