HomeSort by: relevance | last modified time | path
    Searched defs:next_io (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/frv/
frv.cc 7757 Describe the block's first I/O operation in *NEXT_IO. Describe
7761 frv_optimize_membar_local (basic_block bb, struct frv_io *next_io,
7769 /* NEXT_IO is the next I/O operation to be performed after the current
7771 memset (next_io, 0, sizeof (*next_io));
7773 /* NEXT_IS_END_P is true if NEXT_IO describes the end of the block. */
7792 memset (next_io, 0, sizeof (struct frv_io));
7809 frv_extract_membar (next_io, insn);
7815 reordered with one described by NEXT_IO. If it can't,
7820 if (frv_io_fixed_order_p (&prev_io, next_io)) local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv.cc 7755 Describe the block's first I/O operation in *NEXT_IO. Describe
7759 frv_optimize_membar_local (basic_block bb, struct frv_io *next_io,
7767 /* NEXT_IO is the next I/O operation to be performed after the current
7769 memset (next_io, 0, sizeof (*next_io));
7771 /* NEXT_IS_END_P is true if NEXT_IO describes the end of the block. */
7790 memset (next_io, 0, sizeof (struct frv_io));
7807 frv_extract_membar (next_io, insn);
7813 reordered with one described by NEXT_IO. If it can't,
7818 if (frv_io_fixed_order_p (&prev_io, next_io)) local
    [all...]

Completed in 23 milliseconds