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

  /src/external/gpl3/gcc/dist/gcc/
rtlanal.cc 3557 tablejump_p (const rtx_insn *insn, rtx_insn **labelp,
3579 /* For INSN known to satisfy tablejump_p, determine if it actually is a
4531 if (tablejump_p (jump_insn, NULL, &table))
3534 tablejump_p (const rtx_insn *insn, rtx_insn **labelp, function
  /src/external/gpl3/gcc.old/dist/gcc/
rtlanal.cc 3584 tablejump_p (const rtx_insn *insn, rtx_insn **labelp,
3606 /* For INSN known to satisfy tablejump_p, determine if it actually is a
4558 if (tablejump_p (jump_insn, NULL, &table))
3561 tablejump_p (const rtx_insn *insn, rtx_insn **labelp, function

Completed in 84 milliseconds