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

  /src/external/gpl3/gcc/dist/gcc/
loop-invariant.cc 142 bitmap depends_on; member in struct:invariant
515 EXECUTE_IF_SET_IN_BITMAP (inv->depends_on, 0, depno, bi)
698 in DEPENDS_ON. ALWAYS_EXECUTED is true if the insn is always executed,
703 create_new_invariant (struct def *def, rtx_insn *insn, bitmap depends_on,
712 inv->depends_on = depends_on;
762 dump_bitmap (dump_file, inv->depends_on);
970 /* Finds the invariants USE depends on and store them to the DEPENDS_ON
975 check_dependency (basic_block bb, df_ref use, bitmap depends_on)
1025 bitmap_set_bit (depends_on, def_data->invno)
1092 bitmap depends_on; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
loop-invariant.cc 142 bitmap depends_on; member in struct:invariant
515 EXECUTE_IF_SET_IN_BITMAP (inv->depends_on, 0, depno, bi)
698 in DEPENDS_ON. ALWAYS_EXECUTED is true if the insn is always executed,
703 create_new_invariant (struct def *def, rtx_insn *insn, bitmap depends_on,
712 inv->depends_on = depends_on;
762 dump_bitmap (dump_file, inv->depends_on);
970 /* Finds the invariants USE depends on and store them to the DEPENDS_ON
975 check_dependency (basic_block bb, df_ref use, bitmap depends_on)
1025 bitmap_set_bit (depends_on, def_data->invno)
1092 bitmap depends_on; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-ia64.c 8120 depends_on (int depind, struct ia64_opcode *idesc) function
10324 || (chkind = depends_on (rs->depind, idesc)) == -1)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.c 8120 depends_on (int depind, struct ia64_opcode *idesc) function
10324 || (chkind = depends_on (rs->depind, idesc)) == -1)
  /src/sys/dev/pci/
if_iwmreg.h 2667 * @depends_on: the unique ID of the event we depend on (if any)
2687 uint32_t depends_on; member in struct:iwm_time_event_cmd_v1
2825 * @depends_on: the unique ID of the event we depend on (if any)
2844 uint32_t depends_on; member in struct:iwm_time_event_cmd

Completed in 45 milliseconds