|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Classes in org.jikesrvm.compilers.opt.liveness used by org.jikesrvm.compilers.opt.depgraph | |
|---|---|
| LiveSet
This file provides a sorted set (of registers) ADT with the following public operations: clear() - empties the set contains(reg) - checks if reg is in the set add(reg) - adds reg to the set add(set2) - adds the contents of set2 to the set remove(reg) - removes reg from the set remove(set2) - removes the contents of set2 from the set enumerator() - returns an enumeration of the set toString() - returns a string version of the set isEmpty() - returns true, iff the set is empty |
|
| Classes in org.jikesrvm.compilers.opt.liveness used by org.jikesrvm.compilers.opt.ir | |
|---|---|
| LiveIntervalEnumeration
Enumerator for a list of live intervals stored on a basic block. |
|
| LiveSet
This file provides a sorted set (of registers) ADT with the following public operations: clear() - empties the set contains(reg) - checks if reg is in the set add(reg) - adds reg to the set add(set2) - adds the contents of set2 to the set remove(reg) - removes reg from the set remove(set2) - removes the contents of set2 from the set enumerator() - returns an enumeration of the set toString() - returns a string version of the set isEmpty() - returns true, iff the set is empty |
|
| Classes in org.jikesrvm.compilers.opt.liveness used by org.jikesrvm.compilers.opt.liveness | |
|---|---|
| LiveAnalysis.BBLiveElement
|
|
| LiveSet
This file provides a sorted set (of registers) ADT with the following public operations: clear() - empties the set contains(reg) - checks if reg is in the set add(reg) - adds reg to the set add(set2) - adds the contents of set2 to the set remove(reg) - removes reg from the set remove(set2) - removes the contents of set2 from the set enumerator() - returns an enumeration of the set toString() - returns a string version of the set isEmpty() - returns true, iff the set is empty |
|
| LiveSetElement
|
|
| LiveSetEnumerator
An enumeration over live set lists |
|
| Classes in org.jikesrvm.compilers.opt.liveness used by org.jikesrvm.compilers.opt.regalloc | |
|---|---|
| LiveAnalysis
This class performs a flow-sensitive iterative live variable analysis. |
|
| Classes in org.jikesrvm.compilers.opt.liveness used by org.jikesrvm.compilers.opt.ssa | |
|---|---|
| LiveAnalysis
This class performs a flow-sensitive iterative live variable analysis. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||