GCC Middle and Back End API Reference
|
#include <sel-sched-ir.h>
Data Fields | |
_list_t * | lp |
bool | can_remove_p |
bool | removed_p |
List iterator backend.
bool _list_iterator::can_remove_p |
True when this iterator supprts removing.
Referenced by _list_alloc().
_list_t* _list_iterator::lp |
The list we're iterating.
Referenced by _list_alloc().
bool _list_iterator::removed_p |
True when we've actually removed something.
Referenced by _list_alloc().