coins.backend.opt
クラス JumpCanon

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

public class JumpCanon
extends java.lang.Object

Canonicalize JUMP instructions so that their false-target have the label of the following block.


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

フィールドの詳細

trig

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

コンストラクタの詳細

JumpCanon

public JumpCanon()
メソッドの詳細

doIt

public void doIt(Function f)
Canonicalize jumps