Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbranch-elimination.cc298 BranchCondition* this_condition = 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 ==()
306 this_condition = this_condition->next; in operator ==()