Home
last modified time | relevance | path

Searched refs:IsRedundant (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dparallel_move_resolver.cc31 if (!move->IsRedundant()) { in BuildInitialMoveList()
129 if (move->IsRedundant()) { in PerformMove()
410 if (move->IsRedundant()) { in PerformMove()
446 DCHECK(!move->IsRedundant()); in PerformMove()
Dnodes.h7814 bool IsRedundant() const { in IsRedundant() function