Home
last modified time | relevance | path

Searched refs:tablejump_casesi_pattern (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2cfi.c2500 if ((tmp = tablejump_casesi_pattern (insn)) != NULL_RTX) in create_trace_edges()
H A Drtl.h3540 extern rtx tablejump_casesi_pattern (const rtx_insn *insn);
H A Dcfgrtl.c1227 if ((tmp = tablejump_casesi_pattern (insn)) != NULL_RTX in patch_jump_insn()
H A Drtlanal.c3260 tablejump_casesi_pattern (const rtx_insn *insn) in tablejump_casesi_pattern() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2cfi.cc2653 if ((tmp = tablejump_casesi_pattern (insn)) != NULL_RTX) in create_trace_edges()
H A Drtl.h3679 extern rtx tablejump_casesi_pattern (const rtx_insn *insn);
H A Dcfgrtl.cc1231 if ((tmp = tablejump_casesi_pattern (insn)) != NULL_RTX in patch_jump_insn()
H A DChangeLog-201918509 * rtl.h (tablejump_casesi_pattern): Move declaration to proper spot.
18513 * rtlanal.c (tablejump_casesi_pattern): New function, to
18516 * rtl.h (tablejump_casesi_pattern): Declare.