HomeSort by relevance Sort by last modified time
    Searched refs:IsRedundant (Results 1 - 25 of 40) sorted by null

1 2

  /external/v8/src/compiler/
gap-resolver.cc 22 inline bool IsRedundant(MoveOperands* move) { return move->IsRedundant(); }
30 std::remove_if(moves->begin(), moves->end(), std::ptr_fun(IsRedundant));
45 DCHECK(!move->IsRedundant());
move-optimizer.cc 66 if (!move->IsRedundant()) return i;
184 if (move->IsRedundant()) continue;
196 if (move->IsRedundant()) continue;
222 if (move->IsRedundant()) continue;
251 if (move->IsRedundant()) continue;
263 if (move->IsRedundant()) continue;
358 if (move->IsRedundant()) continue;
430 if (move->IsRedundant()) continue;
479 if (move->IsRedundant()) continue;