Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dparallel_move_resolver.cc30 if (!move->IsRedundant()) { in BuildInitialMoveList()
114 if (move->IsRedundant()) { in PerformMove()
398 if (move->IsRedundant()) { in PerformMove()
434 DCHECK(!move->IsRedundant()); in PerformMove()
Dnodes.h3859 bool IsRedundant() const { in IsRedundant() function