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()
270 void RemoveDeadInstructions(const HInstructionList& list);
676 RemoveDeadInstructions(block->GetPhis()); in SimplifyBlocks()677 RemoveDeadInstructions(block->GetInstructions()); in SimplifyBlocks()2468 void HLoopOptimization::RemoveDeadInstructions(const HInstructionList& list) { in RemoveDeadInstructions() function in art::HLoopOptimization