Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcfgrtl.c1146 bool asm_goto_edge = false; in force_nonfallthru_and_redirect() local
1246 asm_goto_edge = true; in force_nonfallthru_and_redirect()
1276 if (EDGE_COUNT (e->src->succs) >= 2 || abnormal_edge_flags || asm_goto_edge) in force_nonfallthru_and_redirect()
1315 if (asm_goto_edge) in force_nonfallthru_and_redirect()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcfgrtl.c1490 bool asm_goto_edge = false; in force_nonfallthru_and_redirect() local
1593 asm_goto_edge = true; in force_nonfallthru_and_redirect()
1624 if (EDGE_COUNT (e->src->succs) >= 2 || abnormal_edge_flags || asm_goto_edge) in force_nonfallthru_and_redirect()
1662 if (asm_goto_edge) in force_nonfallthru_and_redirect()