Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Difcvt.h91 bool then_simple; member
H A Difcvt.c1107 if (!if_info->then_simple) in noce_simple_bbs()
2097 bool a_simple = if_info->then_simple; in noce_try_cmove_arith()
3483 &if_info->then_simple)) in noce_process_if_block()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Difcvt.h91 bool then_simple; member
H A Difcvt.cc1117 if (!if_info->then_simple) in noce_simple_bbs()
2116 bool a_simple = if_info->then_simple; in noce_try_cmove_arith()
3781 &if_info->then_simple)) in noce_process_if_block()
H A DChangeLog-201517755 * ifcvt.c (struct noce_if_info): Add then_simple, else_simple,