|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITACFlowAnalysis | |
---|---|
edu.cmu.cs.crystal.simple | This package is for creating very simple flow analyses; if you're new to flow analyses, start here. |
edu.cmu.cs.crystal.tac | This package contains classes and interfaces for writing flow analyses based on three-address code (TAC). |
Uses of ITACFlowAnalysis in edu.cmu.cs.crystal.simple |
---|
Classes in edu.cmu.cs.crystal.simple that implement ITACFlowAnalysis | |
---|---|
class |
SimpleTACFlowAnalysis<LE>
Simple flow analysis driver for a transfer function based on three-address code. |
Uses of ITACFlowAnalysis in edu.cmu.cs.crystal.tac |
---|
Classes in edu.cmu.cs.crystal.tac that implement ITACFlowAnalysis | |
---|---|
class |
TACFlowAnalysis<LE>
This class implements flow analyses over 3-address code instructions ( TACInstruction ). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |