Home | History | Annotate | Download | only in optimizing

Lines Matching defs:RemoveDeadInstructions

675     RemoveDeadInstructions(block->GetPhis());
676 RemoveDeadInstructions(block->GetInstructions());
2501 void HLoopOptimization::RemoveDeadInstructions(const HInstructionList& list) {