Home
last modified time | relevance | path

Searched refs:BB_RTL (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dfunction-tests.c402 ASSERT_EQ (0, entry->flags & BB_RTL); in verify_three_block_gimple_cfg()
407 ASSERT_EQ (0, entry->flags & BB_RTL); in verify_three_block_gimple_cfg()
414 ASSERT_EQ (0, entry->flags & BB_RTL); in verify_three_block_gimple_cfg()
429 ASSERT_EQ (BB_RTL, entry->flags & BB_RTL); in verify_three_block_rtl_cfg()
434 ASSERT_EQ (BB_RTL, exit->flags & BB_RTL); in verify_three_block_rtl_cfg()
441 ASSERT_EQ (BB_RTL, bb2->flags & BB_RTL); in verify_three_block_rtl_cfg()
H A Dread-rtl-function.c524 ENTRY_BLOCK_PTR_FOR_FN (cfun)->flags |= BB_RTL; in create_function()
525 EXIT_BLOCK_PTR_FOR_FN (cfun)->flags |= BB_RTL; in create_function()
644 bb->flags = BB_NEW | BB_RTL; in parse_block()
1779 ASSERT_EQ (BB_RTL, bb2->flags & BB_RTL); in test_loading_dump_fragment_1()
H A Dtree-phinodes.c508 gcc_checking_assert (!(bb->flags & BB_RTL)); in set_phi_nodes()
H A Dbasic-block.h182 (BB_DISABLE_SCHEDULE | BB_RTL | BB_NON_LOCAL_GOTO_TARGET \
H A Dgimple.h1656 return (!(bb->flags & BB_RTL)) ? bb->il.gimple.seq : NULL;
1662 return (!(bb->flags & BB_RTL)) ? &bb->il.gimple.seq : NULL;
1670 gcc_checking_assert (!(bb->flags & BB_RTL));
4419 gcc_checking_assert (!(bb->flags & BB_RTL));
4428 gcc_checking_assert (!(bb->flags & BB_RTL));
H A Dcfgexpand.c2345 if (bb->flags & BB_RTL) in label_rtx_for_bb()
5522 bb->flags |= BB_RTL; in expand_gimple_basic_block()
5897 ENTRY_BLOCK_PTR_FOR_FN (cfun)->flags |= BB_RTL; in construct_init_block()
5898 EXIT_BLOCK_PTR_FOR_FN (cfun)->flags |= BB_RTL; in construct_init_block()
H A Dcfgrtl.c332 bb->flags = BB_NEW | BB_RTL; in create_basic_block_structure()
2711 if (!(bb->flags & BB_RTL)) in rtl_verify_bb_pointers()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dcfg.c437 | (bb->flags & (BB_DISABLE_SCHEDULE + BB_RTL + BB_NON_LOCAL_GOTO_TARGET))); in clear_bb_flags()
579 && (bb->flags & BB_RTL) in dump_bb_info()
594 && (bb->flags & BB_RTL) in dump_bb_info()
H A Dtree-flow-inline.h508 gcc_checking_assert (!(bb->flags & BB_RTL)); in phi_nodes()
521 gcc_checking_assert (!(bb->flags & BB_RTL)); in set_phi_nodes()
H A Dbasic-block.h245 BB_RTL = 1 << 9 , enumerator
H A Dcfgexpand.c1731 if (bb->flags & BB_RTL) in label_rtx_for_bb()
3775 bb->flags |= BB_RTL; in expand_gimple_basic_block()
4142 ENTRY_BLOCK_PTR->flags |= BB_RTL; in construct_init_block()
4143 EXIT_BLOCK_PTR->flags |= BB_RTL; in construct_init_block()
H A Dcfgrtl.c310 bb->flags = BB_NEW | BB_RTL; in create_basic_block_structure()
1865 if (!(bb->flags & BB_RTL)) in rtl_verify_flow_info_1()
H A Dgimple.h247 return (!(bb->flags & BB_RTL) && bb->il.gimple) ? bb->il.gimple->seq : NULL; in bb_seq()
256 gcc_checking_assert (!(bb->flags & BB_RTL)); in set_bb_seq()