com.ibm.wala.cast.ir.ssa.analysis
Class LiveAnalysis

java.lang.Object
  extended by com.ibm.wala.cast.ir.ssa.analysis.LiveAnalysis

public class LiveAnalysis
extends java.lang.Object


Nested Class Summary
static interface LiveAnalysis.Result
           
 
Constructor Summary
LiveAnalysis()
           
 
Method Summary
static LiveAnalysis.Result perform(ControlFlowGraph cfg, SymbolTable symtab)
           
static LiveAnalysis.Result perform(ControlFlowGraph cfg, SymbolTable symtab, BitVector considerLiveAtExit)
           
static LiveAnalysis.Result perform(IR ir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiveAnalysis

public LiveAnalysis()
Method Detail

perform

public static LiveAnalysis.Result perform(ControlFlowGraph cfg,
                                          SymbolTable symtab)

perform

public static LiveAnalysis.Result perform(ControlFlowGraph cfg,
                                          SymbolTable symtab,
                                          BitVector considerLiveAtExit)

perform

public static LiveAnalysis.Result perform(IR ir)