HomeSort by relevance Sort by last modified time
    Searched defs:IsRedundant (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
lithium.cc 106 bool LParallelMove::IsRedundant() const {
108 if (!move_operands_[i].IsRedundant()) return false;
lithium.h 233 bool IsRedundant() const {
395 bool IsRedundant() const;
  /external/v8/src/arm/
lithium-arm.cc 143 bool LGap::IsRedundant() const {
145 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {
427 label->IsRedundant() &&
434 if (!gap->IsRedundant()) {
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 145 bool LGap::IsRedundant() const {
147 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {
383 label->IsRedundant() &&
390 if (!gap->IsRedundant()) {
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 145 bool LGap::IsRedundant() const {
147 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {
384 label->IsRedundant() &&
391 if (!gap->IsRedundant()) {
    [all...]

Completed in 147 milliseconds