coins.backend.opt
クラス JumpOpt

java.lang.Object
  |
  +--coins.backend.opt.JumpOpt

public class JumpOpt
extends java.lang.Object

Remove Jump-only or unreachable blocks. An example of FlowGraph/BasicBlk transformation.


フィールドの概要
static coins.backend.opt.JumpOpt.Trigger trig
          Trigger class singleton.
 
コンストラクタの概要
JumpOpt()
           
 
メソッドの概要
 void doIt(Function f)
          Optimize jumps
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

trig

public static final coins.backend.opt.JumpOpt.Trigger trig
Trigger class singleton.

コンストラクタの詳細

JumpOpt

public JumpOpt()
メソッドの詳細

doIt

public void doIt(Function f)
Optimize jumps