パッケージ coins.backend.ana

インタフェースの概要
LiveVariableAnalysis Interface of live variable analysis.
 

クラスの概要
ControlDependences Find Control Dependences of the CFG.
DataFlowAnalysis Data Flow Analysis Tool
DFST Depth First Spanning Tree of the CFG.
DominanceFrontiers Find dominance frontiers of the control flow graph.
Dominators Find dominators of the control flow graph.
EnumRegVars Numbering register variables.
InterferenceGraph Create interference graph and disturbance graph
LiveVariableBitMap Live variable analysis.
LiveVariableSlotwise Yet another live variable analysis.
LoopAnalysis Detect loop structures in the flow graph.
Postdominators Find Postdominators of the control flow graph.
ReverseDFST Reverse Depth First Spanning Tree of the CFG.
SaveRegisters Compute list of registers you must save.
ScanVarReference Scan program and collect register variable use/def statistics.