Searched defs:reg_info_def (Results 1 – 2 of 2) sorted by relevance
47 typedef struct reg_info_def struct49 int first_uid; /* UID of first insn to use (REG n) */50 int last_uid; /* UID of last insn to use (REG n) */51 int last_note_uid; /* UID of last note to use (REG n) */57 int sets; /* # of times (REG n) is set */60 int refs; /* # of times (REG n) is used or set */62 int deaths; /* # of times (REG n) dies */63 int live_length; /* # of instructions (REG n) is live */64 int calls_crossed; /* # of calls (REG n) is live across */65 int basic_block; /* # of basic blocks (REG n) is used in */[all …]
50 typedef struct reg_info_def struct52 int first_uid; /* UID of first insn to use (REG n) */53 int last_uid; /* UID of last insn to use (REG n) */56 int sets; /* # of times (REG n) is set */59 int refs; /* # of times (REG n) is used or set */60 int freq; /* # estimated frequency (REG n) is used or set */61 int deaths; /* # of times (REG n) dies */62 int live_length; /* # of instructions (REG n) is live */63 int calls_crossed; /* # of calls (REG n) is live across */64 int throw_calls_crossed; /* # of calls that may throw (REG n) is live across */[all …]