Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Difcvt.c76 static int cond_exec_changed_p; variable
752 cond_exec_changed_p = TRUE; in cond_exec_process_if_block()
4374 cond_exec_changed_p = TRUE; in find_if_header()
5473 cond_exec_changed_p = FALSE; in if_convert()
5490 if (dump_file && cond_exec_changed_p) in if_convert()
5494 while (cond_exec_changed_p); in if_convert()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Difcvt.cc76 static int cond_exec_changed_p; variable
762 cond_exec_changed_p = TRUE; in cond_exec_process_if_block()
4753 cond_exec_changed_p = TRUE; in find_if_header()
5860 cond_exec_changed_p = FALSE; in if_convert()
5877 if (dump_file && cond_exec_changed_p) in if_convert()
5881 while (cond_exec_changed_p); in if_convert()
H A DChangeLog-200212823 * ifcvt.c (cond_exec_changed_p): New static variable.
12845 cond_exec_changed_p to TRUE.