Home
last modified time | relevance | path

Searched defs:block_info_def (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dreg-stack.c212 typedef struct block_info_def struct
214 struct stack_def stack_in; /* Input stack configuration. */
215 struct stack_def stack_out; /* Output stack configuration. */
216 HARD_REG_SET out_reg_set; /* Stack regs live on output. */
217 int done; /* True if block already converted. */
218 int predecessors; /* Number of predecessors that need
H A Dpredict.c1931 typedef struct block_info_def struct
1934 sreal frequency;
1937 basic_block next;
1940 int npredecessors;
/dragonfly/contrib/gcc-8.0/gcc/
H A Dreg-stack.c210 typedef struct block_info_def struct
212 struct stack_def stack_in; /* Input stack configuration. */
213 struct stack_def stack_out; /* Output stack configuration. */
214 HARD_REG_SET out_reg_set; /* Stack regs live on output. */
215 int done; /* True if block already converted. */
216 int predecessors; /* Number of predecessors that need
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c72 typedef struct block_info_def struct
75 enum upper_128bits_state state;
78 bool unchanged;
80 bool processed;
82 bool scanned;
84 enum upper_128bits_state prev;