coins.backend.opt
クラス AugmentCFG

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

public class AugmentCFG
extends java.lang.Object

Augment CFG so as to make exit reachable from every basic block. It finds infinite loop and then adds false edge going to exit.


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

フィールドの詳細

trig

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

コンストラクタの詳細

AugmentCFG

public AugmentCFG()
メソッドの詳細

doIt

public void doIt(Function f)
Augment CFG main process.