|
GCC Middle and Back End API Reference
|
#include <ira-int.h>

Data Fields | |
| ira_object_t | object |
| int | start |
| int | finish |
| live_range_t | next |
| live_range_t | start_next |
| live_range_t | finish_next |
The structure describes program points where a given allocno lives. If the live ranges of two allocnos are intersected, the allocnos are in conflict.
| int live_range::finish |
| live_range_t live_range::finish_next |
| live_range_t live_range::next |
| ira_object_t live_range::object |
Referenced by ira_create_live_range().
| int live_range::start |
| live_range_t live_range::start_next |