Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
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/sys/dev/ic/
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()
Dad1848var.h131 u_char need_commit; member