Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddse.c441 static int active_local_stores_len; variable
1044 active_local_stores_len = 0; in reset_active_stores()
1659 active_local_stores_len--; in record_store()
2309 active_local_stores_len--; in check_mem_read_rtx()
2366 active_local_stores_len--; in check_mem_read_rtx()
2572 active_local_stores_len--; in scan_insn()
2600 if (active_local_stores_len++ >= max_active_local_stores) in scan_insn()
2602 active_local_stores_len = 1; in scan_insn()
2660 if (active_local_stores_len++ >= max_active_local_stores) in scan_insn()
2662 active_local_stores_len = 1; in scan_insn()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201135013 (active_local_stores_len): New variable.