Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/epiphany/
H A Dresolve-sw-modes.c81 bool need_commit = false; in execute() local
174 need_commit = true; in execute()
180 if (need_commit) in execute()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/epiphany/
H A Dresolve-sw-modes.cc81 bool need_commit = false; in execute() local
174 need_commit = true; in execute()
180 if (need_commit) in execute()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmode-switching.cc110 bool need_commit = false; in commit_mode_sets() local
142 need_commit = true; in commit_mode_sets()
147 return need_commit; in commit_mode_sets()
499 bool need_commit = false; in optimize_mode_switching() local
787 need_commit |= commit_mode_sets (edge_list, entity_map[j], bb_info[j]); in optimize_mode_switching()
855 if (need_commit) in optimize_mode_switching()
863 else if (!need_commit && !emitted) in optimize_mode_switching()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmode-switching.c110 bool need_commit = false; in commit_mode_sets() local
142 need_commit = true; in commit_mode_sets()
147 return need_commit; in commit_mode_sets()
499 bool need_commit = false; in optimize_mode_switching() local
787 need_commit |= commit_mode_sets (edge_list, entity_map[j], bb_info[j]); in optimize_mode_switching()
855 if (need_commit) in optimize_mode_switching()
863 else if (!need_commit && !emitted) in optimize_mode_switching()
/netbsd-src/sys/dev/ic/
H A Dad1848.c822 sc->need_commit = 1; in ad1848_set_format()
926 if (!sc->need_commit) in ad1848_commit_settings()
995 sc->need_commit = 0; in ad1848_commit_settings()
1091 sc->need_commit = 1; in ad1848_set_speed()
H A Dad1848var.h131 u_char need_commit; member