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

  /src/external/gpl3/gcc/dist/gcc/
cse.cc 229 a known value, `const_insn' is the insn which stored the
247 rtx_insn *const_insn; member in struct:qty_table_elem
864 ent->const_rtx = ent->const_insn = NULL;
1628 update the qtys `const_insn' to show that `this_insn' is the latest
1638 exp_ent->const_insn = this_insn;
1657 x_ent->const_insn = this_insn;
1666 qty_table[REG_QTY (REGNO (x))].const_insn = this_insn;
  /src/external/gpl3/gcc.old/dist/gcc/
cse.cc 229 a known value, `const_insn' is the insn which stored the
247 rtx_insn *const_insn; member in struct:qty_table_elem
860 ent->const_rtx = ent->const_insn = NULL;
1621 update the qtys `const_insn' to show that `this_insn' is the latest
1631 exp_ent->const_insn = this_insn;
1650 x_ent->const_insn = this_insn;
1659 qty_table[REG_QTY (REGNO (x))].const_insn = this_insn;

Completed in 24 milliseconds