OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsRedundant
(Results
1 - 25
of
28
) sorted by null
1
2
/external/chromium_org/v8/src/
lithium.cc
149
bool LParallelMove::
IsRedundant
() const {
151
if (!move_operands_[i].
IsRedundant
()) return false;
293
if (label->
IsRedundant
() &&
300
if (!gap->
IsRedundant
()) {
lithium.h
299
bool
IsRedundant
() const {
464
bool
IsRedundant
() const;
/external/v8/src/arm/
lithium-gap-resolver-arm.cc
82
if (!move.
IsRedundant
()) moves_.Add(move);
104
ASSERT(!moves_[index].
IsRedundant
());
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
...]
lithium-arm.h
337
bool
IsRedundant
() const;
[
all
...]
/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/v8/src/mips/
lithium-gap-resolver-mips.cc
83
if (!move.
IsRedundant
()) moves_.Add(move);
105
ASSERT(!moves_[index].
IsRedundant
());
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
...]
lithium-mips.h
336
bool
IsRedundant
() const;
[
all
...]
/external/chromium_org/v8/src/arm/
lithium-gap-resolver-arm.cc
82
if (!move.
IsRedundant
()) moves_.Add(move, cgen_->zone());
104
ASSERT(!moves_[index].
IsRedundant
());
lithium-arm.h
354
bool
IsRedundant
() const;
389
return !
IsRedundant
();
[
all
...]
lithium-arm.cc
113
bool LGap::
IsRedundant
() const {
115
if (parallel_moves_[i] != NULL && !parallel_moves_[i]->
IsRedundant
()) {
[
all
...]
/external/chromium_org/v8/src/mips/
lithium-gap-resolver-mips.cc
83
if (!move.
IsRedundant
()) moves_.Add(move, cgen_->zone());
105
ASSERT(!moves_[index].
IsRedundant
());
lithium-mips.h
351
bool
IsRedundant
() const;
386
return !
IsRedundant
();
[
all
...]
/external/chromium_org/v8/src/x64/
lithium-gap-resolver-x64.cc
77
if (!move.
IsRedundant
()) moves_.Add(move, cgen_->zone());
92
ASSERT(!moves_[index].
IsRedundant
());
lithium-x64.h
352
bool
IsRedundant
() const;
388
return !
IsRedundant
();
[
all
...]
/external/v8/src/x64/
lithium-gap-resolver-x64.cc
77
if (!move.
IsRedundant
()) moves_.Add(move);
92
ASSERT(!moves_[index].
IsRedundant
());
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
...]
lithium-x64.h
338
bool
IsRedundant
() const;
[
all
...]
/external/v8/src/ia32/
lithium-gap-resolver-ia32.cc
82
if (!move.
IsRedundant
()) AddMove(move);
97
ASSERT(!moves_[index].
IsRedundant
());
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
...]
lithium-ia32.h
329
bool
IsRedundant
() const;
[
all
...]
/external/chromium_org/v8/src/ia32/
lithium-gap-resolver-ia32.cc
82
if (!move.
IsRedundant
()) AddMove(move);
97
ASSERT(!moves_[index].
IsRedundant
());
lithium-ia32.h
359
bool
IsRedundant
() const;
394
return !
IsRedundant
();
[
all
...]
Completed in 1685 milliseconds
1
2