Searched refs:can_fallthru (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dcfgexpand.c1194 expand_gimple_tailcall (basic_block bb, tree stmt, bool *can_fallthru) argument
1212 *can_fallthru = true;
1257 *can_fallthru = false;
1264 *can_fallthru = true;
1370 bool can_fallthru; local
1371 new_bb = expand_gimple_tailcall (bb, stmt, &can_fallthru);
1374 if (can_fallthru)
H A Dcfganal.c106 can_fallthru (basic_block src, basic_block target)
105 can_fallthru (basic_block src, basic_block target) function
H A Dbasic-block.h908 extern bool can_fallthru (basic_block, basic_block);
H A Dcfglayout.c838 if (e && !can_fallthru (e->src, e->dest))
H A Dcfgcleanup.c156 || !can_fallthru (jump_block, cbranch_dest_block))
H A Dcfgrtl.c747 if (in_cfglayout || can_fallthru (src, target))

Completed in 131 milliseconds