Searched refs:bbs_to_fix_dom (Results 1 – 5 of 5) sorted by relevance
939 vec<basic_block> bbs_to_fix_dom; in gen_inbound_check() local948 bbs_to_fix_dom.create (3 + (bb2 != bbf)); in gen_inbound_check()949 bbs_to_fix_dom.quick_push (bb0); in gen_inbound_check()950 bbs_to_fix_dom.quick_push (bb1); in gen_inbound_check()952 bbs_to_fix_dom.quick_push (bb2); in gen_inbound_check()953 bbs_to_fix_dom.quick_push (bbf); in gen_inbound_check()955 iterate_fix_dominators (CDI_DOMINATORS, bbs_to_fix_dom, true); in gen_inbound_check()956 bbs_to_fix_dom.release (); in gen_inbound_check()
8649 vec<basic_block> bbs_to_fix_dom = vNULL; in remove_edge_and_dominated_blocks() local8760 bbs_to_fix_dom.safe_push (dbb); in remove_edge_and_dominated_blocks()8763 iterate_fix_dominators (CDI_DOMINATORS, bbs_to_fix_dom, true); in remove_edge_and_dominated_blocks()8766 bbs_to_fix_dom.release (); in remove_edge_and_dominated_blocks()
940 vec<basic_block> bbs_to_fix_dom; in gen_inbound_check() local949 bbs_to_fix_dom.create (3 + (bb2 != bbf)); in gen_inbound_check()950 bbs_to_fix_dom.quick_push (bb0); in gen_inbound_check()951 bbs_to_fix_dom.quick_push (bb1); in gen_inbound_check()953 bbs_to_fix_dom.quick_push (bb2); in gen_inbound_check()954 bbs_to_fix_dom.quick_push (bbf); in gen_inbound_check()956 iterate_fix_dominators (CDI_DOMINATORS, bbs_to_fix_dom, true); in gen_inbound_check()957 bbs_to_fix_dom.release (); in gen_inbound_check()
8742 vec<basic_block> bbs_to_fix_dom = vNULL; in remove_edge_and_dominated_blocks() local8854 bbs_to_fix_dom.safe_push (dbb); in remove_edge_and_dominated_blocks()8857 iterate_fix_dominators (CDI_DOMINATORS, bbs_to_fix_dom, true); in remove_edge_and_dominated_blocks()8859 bbs_to_fix_dom.release (); in remove_edge_and_dominated_blocks()
18907 (remove_edge_and_dominated_blocks): Pass vector to bbs_to_fix_dom.