Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dcse.c344 static unsigned int cse_reg_info_timestamp; variable
882 unsigned int old_timestamp = cse_reg_info_timestamp - 1; in init_cse_reg_info()
903 cse_reg_info_table[regno].timestamp = cse_reg_info_timestamp; in get_cse_reg_info_1()
921 if (p->timestamp != cse_reg_info_timestamp) in get_cse_reg_info()
938 cse_reg_info_timestamp++; in new_basic_block()