src/share/vm/opto/phase.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Sdiff src/share/vm/opto

src/share/vm/opto/phase.hpp

Print this page




  71       _t_incrInline,
  72         _t_incrInline_ideal,
  73         _t_incrInline_igvn,
  74         _t_incrInline_pru,
  75         _t_incrInline_inline,
  76       _t_idealLoop,
  77       _t_idealLoopVerify,
  78       _t_ccp,
  79       _t_iterGVN2,
  80       _t_macroExpand,
  81       _t_graphReshaping,
  82     _t_matcher,
  83     _t_scheduler,
  84     _t_registerAllocation,
  85       _t_ctorChaitin,
  86       _t_buildIFGvirtual,
  87       _t_buildIFGphysical,
  88       _t_computeLive,
  89       _t_regAllocSplit,
  90       _t_postAllocCopyRemoval,

  91       _t_fixupSpills,
  92       _t_chaitinCompact,
  93       _t_chaitinCoalesce1,
  94       _t_chaitinCoalesce2,
  95       _t_chaitinCoalesce3,
  96       _t_chaitinCacheLRG,
  97       _t_chaitinSimplify,
  98       _t_chaitinSelect,
  99     _t_blockOrdering,
 100     _t_peephole,
 101     _t_postalloc_expand,
 102     _t_output,
 103        _t_instrSched,
 104        _t_buildOopMaps,
 105     _t_registerMethod,
 106     _t_temporaryTimer1,
 107     _t_temporaryTimer2,
 108     max_phase_timers
 109    };
 110 




  71       _t_incrInline,
  72         _t_incrInline_ideal,
  73         _t_incrInline_igvn,
  74         _t_incrInline_pru,
  75         _t_incrInline_inline,
  76       _t_idealLoop,
  77       _t_idealLoopVerify,
  78       _t_ccp,
  79       _t_iterGVN2,
  80       _t_macroExpand,
  81       _t_graphReshaping,
  82     _t_matcher,
  83     _t_scheduler,
  84     _t_registerAllocation,
  85       _t_ctorChaitin,
  86       _t_buildIFGvirtual,
  87       _t_buildIFGphysical,
  88       _t_computeLive,
  89       _t_regAllocSplit,
  90       _t_postAllocCopyRemoval,
  91       _t_mergeMultidefs,
  92       _t_fixupSpills,
  93       _t_chaitinCompact,
  94       _t_chaitinCoalesce1,
  95       _t_chaitinCoalesce2,
  96       _t_chaitinCoalesce3,
  97       _t_chaitinCacheLRG,
  98       _t_chaitinSimplify,
  99       _t_chaitinSelect,
 100     _t_blockOrdering,
 101     _t_peephole,
 102     _t_postalloc_expand,
 103     _t_output,
 104        _t_instrSched,
 105        _t_buildOopMaps,
 106     _t_registerMethod,
 107     _t_temporaryTimer1,
 108     _t_temporaryTimer2,
 109     max_phase_timers
 110    };
 111 


src/share/vm/opto/phase.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File