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

/freebsd-9.3-release/contrib/gcc/
H A Dcse.c344 static unsigned int cse_reg_info_timestamp; variable
886 unsigned int old_timestamp = cse_reg_info_timestamp - 1;
907 cse_reg_info_table[regno].timestamp = cse_reg_info_timestamp;
925 if (p->timestamp != cse_reg_info_timestamp)
942 cse_reg_info_timestamp++;

Completed in 111 milliseconds