coins.simd
クラス SimdEstimation.RegCollector

java.lang.Object
  |
  +--coins.simd.SimdEstimation.RegCollector
すべての実装インタフェース:
PickUpVariable
含まれているクラス:
SimdEstimation

class SimdEstimation.RegCollector
extends java.lang.Object
implements PickUpVariable


コンストラクタの概要
(パッケージプライベート) SimdEstimation.RegCollector()
           
 
メソッドの概要
(パッケージプライベート)  boolean contains(LirNode node)
           
 void meetVar(LirNode node)
           
(パッケージプライベート)  void printIt()
           
(パッケージプライベート)  java.util.Vector reglist()
           
(パッケージプライベート)  void subregFilter()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SimdEstimation.RegCollector

SimdEstimation.RegCollector()
メソッドの詳細

meetVar

public void meetVar(LirNode node)
定義:
インタフェース PickUpVariable 内の meetVar

subregFilter

void subregFilter()

contains

boolean contains(LirNode node)

reglist

java.util.Vector reglist()

printIt

void printIt()