Searched refs:reg_dead_flag (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dcombine.c11484 static int reg_dead_flag;
11489 reg_dead_flag to 1 if X is a CLOBBER and to -1 it is a SET. */
11504 reg_dead_flag = (GET_CODE (x) == CLOBBER) ? 1 : -1;
11528 reg_dead_flag = 0;
11546 if (reg_dead_flag)
11547 return reg_dead_flag == 1 ? 1 : 0;
11439 static int reg_dead_flag; variable

Completed in 167 milliseconds