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()
262 void RemoveDeadInstructions(const HInstructionList& list);
673 RemoveDeadInstructions(block->GetPhis()); in SimplifyBlocks()674 RemoveDeadInstructions(block->GetInstructions()); in SimplifyBlocks()2457 void HLoopOptimization::RemoveDeadInstructions(const HInstructionList& list) { in RemoveDeadInstructions() function in art::HLoopOptimization