Searched defs:IsRedundant (Results 1 - 14 of 14) sorted by relevance

/external/v8/src/crankshaft/
H A Dlithium.cc170 bool LParallelMove::IsRedundant() const { function in class:v8::internal::LParallelMove
172 if (!move_operands_[i].IsRedundant()) return false;
302 if (label->IsRedundant() &&
309 if (!gap->IsRedundant()) {
H A Dlithium.h295 bool IsRedundant() const { function in class:v8::internal::BASE_EMBEDDED
356 bool IsRedundant() const;
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp542 bool IsRedundant = false; local
557 IsRedundant = true;
564 if (IsRedundant)
/external/v8/src/compiler/
H A Dinstruction.cc267 bool ParallelMove::IsRedundant() const { function in class:v8::internal::compiler::ParallelMove
269 if (!move->IsRedundant()) return false;
352 if (parallel_moves_[i] != nullptr && !parallel_moves_[i]->IsRedundant()) {
H A Dinstruction.h700 bool IsRedundant() const { function in class:v8::internal::compiler::final
754 bool IsRedundant() const;
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.cc91 bool LGap::IsRedundant() const { function in class:v8::internal::LGap
93 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.cc204 bool LGap::IsRedundant() const { function in class:v8::internal::LGap
206 if ((parallel_moves_[i] != NULL) && !parallel_moves_[i]->IsRedundant()) {
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc110 bool LGap::IsRedundant() const { function in class:v8::internal::LGap
112 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.cc93 bool LGap::IsRedundant() const { function in class:v8::internal::LGap
95 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.cc93 bool LGap::IsRedundant() const { function in class:v8::internal::LGap
95 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.cc89 bool LGap::IsRedundant() const { function in class:v8::internal::LGap
91 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.cc84 bool LGap::IsRedundant() const { function in class:v8::internal::LGap
86 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.cc95 bool LGap::IsRedundant() const { function in class:v8::internal::LGap
97 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.cc121 bool LGap::IsRedundant() const { function in class:v8::internal::LGap
123 if (parallel_moves_[i] != NULL && !parallel_moves_[i]->IsRedundant()) {

Completed in 268 milliseconds