Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:HPhase

2877 class HPhase : public CompilationPhase {
2879 HPhase(const char* name, HGraph* graph)
2882 ~HPhase();
2890 DISALLOW_COPY_AND_ASSIGN(HPhase);