Home
last modified time | relevance | path

Searched refs:undobuf (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dcombine.c363 struct undobuf struct
370 static struct undobuf undobuf; argument
516 if (undobuf.frees) in do_SUBST()
517 buf = undobuf.frees, undobuf.frees = buf->next; in do_SUBST()
526 buf->next = undobuf.undos, undobuf.undos = buf; in do_SUBST()
544 if (undobuf.frees) in do_SUBST_INT()
545 buf = undobuf.frees, undobuf.frees = buf->next; in do_SUBST_INT()
554 buf->next = undobuf.undos, undobuf.undos = buf; in do_SUBST_INT()
573 if (undobuf.frees) in do_SUBST_MODE()
574 buf = undobuf.frees, undobuf.frees = buf->next; in do_SUBST_MODE()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dcombine.c333 struct undobuf struct
340 static struct undobuf undobuf; variable
472 if (undobuf.frees)
473 buf = undobuf.frees, undobuf.frees = buf->next;
482 buf->next = undobuf.undos, undobuf.undos = buf;
501 if (undobuf.frees)
502 buf = undobuf.frees, undobuf.frees = buf->next;
511 buf->next = undobuf.undos, undobuf.undos = buf;
787 for (undo = undobuf.frees; undo; undo = next)
792 undobuf.frees = 0;
[all …]
DChangeLog.23113 (try_combine): Use it. Don't zap undobuf.undos.
3114 (combine_instructions): Don't zap undobuf.undos; free the
3115 undobuf.frees list.
DFSFChangeLog.1111900 (struct undobuf): Deleted num_undos and undo.
11903 (combine_instructions): Initialize undobuf.{undos,previous_undos},
11904 not undobuf.num_undo and previous_num_undos.
DChangeLog14187 * combine.c (try_combine): Handle the case that undobuf.other_insn
14192 and update/simplify the condition code user (undobuf.other_insn).
DChangeLog.57834 * combine.c (undobuf): Remove field previous_undos; all refs deleted.
DChangeLog.46235 undobuf): Remove storage.
/openbsd/src/bin/ksh/
Dvi.c157 static struct edstate undobuf = { undocbuf, LINE, 0, 0, 0 }; variable
1432 undo = &undobuf; in edit_reset()