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

  /external/v8/src/
lithium.cc 123 bool LParallelMove::IsRedundant() const {
125 if (!move_operands_[i].IsRedundant()) return false;
lithium.h 233 bool IsRedundant() const {
393 bool IsRedundant() const;
  /external/chromium_org/v8/src/
lithium.cc 149 bool LParallelMove::IsRedundant() const {
151 if (!move_operands_[i].IsRedundant()) return false;
322 if (label->IsRedundant() &&
329 if (!gap->IsRedundant()) {
lithium.h 299 bool IsRedundant() const {
464 bool IsRedundant() const;
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 112 bool LGap::IsRedundant() const {
114 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 142 bool LGap::IsRedundant() const {
144 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 112 bool LGap::IsRedundant() const {
114 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 115 bool LGap::IsRedundant() const {
117 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {
    [all...]
  /external/v8/src/arm/
lithium-arm.cc 139 bool LGap::IsRedundant() const {
141 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {
454 if (label->IsRedundant() &&
461 if (!gap->IsRedundant()) {
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 136 bool LGap::IsRedundant() const {
138 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {
398 if (label->IsRedundant() &&
405 if (!gap->IsRedundant()) {
    [all...]
  /external/v8/src/mips/
lithium-mips.cc 139 bool LGap::IsRedundant() const {
141 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {
454 if (label->IsRedundant() &&
461 if (!gap->IsRedundant()) {
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 141 bool LGap::IsRedundant() const {
143 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {
396 if (label->IsRedundant() &&
403 if (!gap->IsRedundant()) {
    [all...]

Completed in 254 milliseconds