5 #ifndef V8_HYDROGEN_DCE_H_
6 #define V8_HYDROGEN_DCE_H_
void RemoveDeadInstructions()
void MarkLive(HValue *instr, ZoneList< HValue * > *worklist)
void MarkLiveInstructions()
HDeadCodeEliminationPhase(HGraph *graph)
void PrintLive(HValue *ref, HValue *instr)
Debugger support for the V8 JavaScript engine.