Searched refs:RemoveDeadInstructions (Results 1 – 4 of 4) sorted by relevance
43 void RemoveDeadInstructions();
490 void HDeadCodeElimination::RemoveDeadInstructions() { in RemoveDeadInstructions() function in art::HDeadCodeElimination528 RemoveDeadInstructions(); in Run()
271 void RemoveDeadInstructions(const HInstructionList& list);
674 RemoveDeadInstructions(block->GetPhis()); in SimplifyBlocks()675 RemoveDeadInstructions(block->GetInstructions()); in SimplifyBlocks()2572 void HLoopOptimization::RemoveDeadInstructions(const HInstructionList& list) { in RemoveDeadInstructions() function in art::HLoopOptimization