Searched refs:frontiers (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dstep-and-next-inline.exp34 set options {c++ debug nowarnings optimize=-O2\ -gstatement-frontiers}
/netbsd-current/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dblocks.cc615 // Calculate dominance frontiers.
616 auto_vec<bitmap_head> frontiers; local
617 frontiers.safe_grow (num_bb_indices);
619 bitmap_initialize (&frontiers[i], &bitmap_default_obstack);
620 compute_dominance_frontiers (frontiers.address ());
639 if (bitmap_empty_p (&frontiers[b1]))
645 EXECUTE_IF_SET_IN_BITMAP (&frontiers[b1], 0, b2, bmi)
647 && !bitmap_empty_p (&frontiers[b2]))
668 EXECUTE_IF_SET_IN_BITMAP (&frontiers[b1], 0, b2, bmi)
670 && !bitmap_empty_p (&frontiers[b
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dstep-and-next-inline.exp36 lappend options additional_flags=-gstatement-frontiers
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddf-problems.c4558 bitmap_head *frontiers;
4569 frontiers = XNEWVEC (bitmap_head, last_basic_block_for_fn (cfun));
4571 bitmap_initialize (&frontiers[bb->index], &bitmap_default_obstack);
4573 compute_dominance_frontiers (frontiers);
4579 EXECUTE_IF_SET_IN_BITMAP (&frontiers[bb_index], 0, df_bb_index, bi2)
4589 bitmap_clear (&frontiers[bb->index]);
4590 free (frontiers);
4548 bitmap_head *frontiers; local
H A Dcfganal.c1590 /* Compute dominance frontiers, ala Harvey, Ferrante, et al.
1606 Since they dominate j, they will not have j in their dominance frontiers.
1609 of the dominance frontiers, no more, no less. argument
1613 compute_dominance_frontiers (bitmap_head *frontiers)
1633 if (!bitmap_set_bit (&frontiers[runner->index], b->index))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddf-problems.cc4596 bitmap_head *frontiers;
4607 frontiers = XNEWVEC (bitmap_head, last_basic_block_for_fn (cfun));
4609 bitmap_initialize (&frontiers[bb->index], &bitmap_default_obstack);
4611 compute_dominance_frontiers (frontiers);
4617 EXECUTE_IF_SET_IN_BITMAP (&frontiers[bb_index], 0, df_bb_index, bi2)
4627 bitmap_clear (&frontiers[bb->index]);
4628 free (frontiers);
4586 bitmap_head *frontiers; local
H A Dcfganal.cc1617 /* Compute dominance frontiers, ala Harvey, Ferrante, et al.
1633 Since they dominate j, they will not have j in their dominance frontiers.
1636 of the dominance frontiers, no more, no less. argument
1640 compute_dominance_frontiers (bitmap_head *frontiers)
1660 if (!bitmap_set_bit (&frontiers[runner->index], b->index))

Completed in 137 milliseconds