Home
last modified time | relevance | path

Searched refs:IsDeadAndRemovable (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Ddead_code_elimination.cc503 if (inst->IsDeadAndRemovable()) { in RemoveDeadInstructions()
Dloop_optimization.cc2471 if (instruction->IsDeadAndRemovable()) { in RemoveDeadInstructions()
Dnodes.h2292 bool IsDeadAndRemovable() const { in IsDeadAndRemovable() function