GCC Middle and Back End API Reference
|
#include <sched-int.h>
Data Fields | |
rtx | pro |
rtx | con |
struct dep_replacement * | replace |
ds_t | status |
ENUM_BITFIELD(reg_note) type unsigned | nonreg:1 |
unsigned | multiple:1 |
int | cost:20 |
Information about the dependency.
rtx _dep::con |
int _dep::cost |
unsigned _dep::multiple |
rtx _dep::pro |
Referenced by clear_priorities(), and create_check_block_twin().
struct dep_replacement* _dep::replace |
ds_t _dep::status |