HomeSort by relevance Sort by last modified time
    Searched refs:RemoveDeadInstructions (Results 1 - 6 of 6) sorted by null

  /external/v8/src/crankshaft/
hydrogen-dce.h 21 RemoveDeadInstructions();
28 void RemoveDeadInstructions();
hydrogen-dce.cc 67 void HDeadCodeEliminationPhase::RemoveDeadInstructions() {
  /art/compiler/optimizing/
dead_code_elimination.h 42 void RemoveDeadInstructions();
dead_code_elimination.cc 490 void HDeadCodeElimination::RemoveDeadInstructions() {
528 RemoveDeadInstructions();
loop_optimization.h 227 void RemoveDeadInstructions(const HInstructionList& list);
loop_optimization.cc 614 RemoveDeadInstructions(block->GetPhis());
615 RemoveDeadInstructions(block->GetInstructions());
    [all...]

Completed in 225 milliseconds