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

  /external/v8/src/compiler/
register-allocator.h 201 bool is_phi() const { return is_phi_; } function in class:v8::internal::compiler::LiveRange
202 void set_is_phi(bool is_phi) { is_phi_ = is_phi; }
register-allocator.cc     [all...]

Completed in 50 milliseconds