< prev index next >

src/hotspot/share/opto/phase.hpp

Print this page

        

*** 57,66 **** --- 57,67 ---- Interference_Graph, // Building the IFG Coalesce, // Coalescing copies Ideal_Loop, // Find idealized trip-counted loops Macro_Expand, // Expand macro nodes Peephole, // Apply peephole optimizations + Vector, Output, last_phase }; enum PhaseTraceId {
*** 73,82 **** --- 74,87 ---- _t_incrInline, _t_incrInline_ideal, _t_incrInline_igvn, _t_incrInline_pru, _t_incrInline_inline, + _t_vector, + _t_vector_elimination, + _t_vector_igvn, + _t_vector_pru, _t_renumberLive, _t_idealLoop, _t_idealLoopVerify, _t_ccp, _t_iterGVN2,
< prev index next >