Home
last modified time | relevance | path

Searched refs:asm_goto_edge (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgrtl.c1511 bool asm_goto_edge = false; in force_nonfallthru_and_redirect() local
1614 asm_goto_edge = true; in force_nonfallthru_and_redirect()
1645 if (EDGE_COUNT (e->src->succs) >= 2 || abnormal_edge_flags || asm_goto_edge) in force_nonfallthru_and_redirect()
1683 if (asm_goto_edge) in force_nonfallthru_and_redirect()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgrtl.cc1515 bool asm_goto_edge = false; in force_nonfallthru_and_redirect() local
1618 asm_goto_edge = true; in force_nonfallthru_and_redirect()
1649 if (EDGE_COUNT (e->src->succs) >= 2 || abnormal_edge_flags || asm_goto_edge) in force_nonfallthru_and_redirect()
1687 if (asm_goto_edge) in force_nonfallthru_and_redirect()
H A DChangeLog-201222206 * cfgrtl.c (force_nonfallthru_and_redirect): Do asm_goto_edge