HomeSort by relevance Sort by last modified time
    Searched full:condition_count_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
branch-elimination.cc 199 size_t other_size = other.condition_count_;
201 while (other_size > condition_count_) {
205 while (condition_count_ > other_size) {
207 condition_count_--;
213 DCHECK(condition_count_ > 0);
214 condition_count_--;
232 ControlPathConditions(new_head, condition_count_ + 1);
251 if (condition_count_ != other.condition_count_) return false;
branch-elimination.h 53 : head_(head), condition_count_(condition_count) {}
58 size_t condition_count_; member in class:v8::internal::compiler::final::ControlPathConditions

Completed in 525 milliseconds