|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use LSTGraph | |
|---|---|
| org.jikesrvm.compilers.opt.controlflow | |
| org.jikesrvm.compilers.opt.ir | |
| org.jikesrvm.compilers.opt.ssa | |
| Uses of LSTGraph in org.jikesrvm.compilers.opt.controlflow |
|---|
| Subclasses of LSTGraph in org.jikesrvm.compilers.opt.controlflow | |
|---|---|
class |
AnnotatedLSTGraph
Extends the functionality of a LSTGraph so that it comprises
AnnotatedLSTNodes which have extra information in them. |
| Fields in org.jikesrvm.compilers.opt.controlflow declared as LSTGraph | |
|---|---|
private LSTGraph |
EstimateBlockFrequencies.lst
The loop structure tree of said IR |
| Constructors in org.jikesrvm.compilers.opt.controlflow with parameters of type LSTGraph | |
|---|---|
AnnotatedLSTGraph(IR ir,
LSTGraph graph)
Constructor |
|
LSTGraph(LSTGraph graph)
Copying constructor |
|
| Uses of LSTGraph in org.jikesrvm.compilers.opt.ir |
|---|
| Fields in org.jikesrvm.compilers.opt.ir declared as LSTGraph | |
|---|---|
LSTGraph |
HIRInfo.loopStructureTree
Place to hang Loop Structure Tree (LST) |
| Uses of LSTGraph in org.jikesrvm.compilers.opt.ssa |
|---|
| Methods in org.jikesrvm.compilers.opt.ssa with parameters of type LSTGraph | |
|---|---|
private static HashMap<LiveRangeSplitting.LiveRangeSplittingPhase.BasicBlockPair,HashSet<Register>> |
LiveRangeSplitting.LiveRangeSplittingPhase.findSplitPoints(IR ir,
LiveAnalysis live,
LSTGraph lst)
Find the points the IR where live ranges should be split. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||