Live Value Tracker.

Keep track of which values are live and dead as we move through the
instructions in an EBB.
This commit is contained in:
Jakob Stoklund Olesen
2017-02-06 16:54:29 +01:00
parent 6567eca21e
commit e3480987bd
4 changed files with 260 additions and 0 deletions

View File

@@ -5,5 +5,6 @@
pub mod liverange;
pub mod liveness;
pub mod allocatable_set;
pub mod live_value_tracker;
mod affinity;