Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dsched-deps.c524 flush_pending_lists (deps, insn, for_read, for_write) in flush_pending_lists() argument
527 int for_read, for_write;
537 for_read ? REG_DEP_ANTI : REG_DEP_OUTPUT);
542 for_read ? REG_DEP_ANTI : REG_DEP_OUTPUT);
H A DChangeLog.718846 for_read and for_write parameters. Update all callers. Use
/openbsd-src/gnu/gcc/gcc/
H A Dsched-deps.c697 flush_pending_lists (struct deps *deps, rtx insn, int for_read, in flush_pending_lists() argument
708 for_read ? REG_DEP_ANTI : REG_DEP_OUTPUT); in flush_pending_lists()
713 for_read ? REG_DEP_ANTI : REG_DEP_OUTPUT); in flush_pending_lists()