Searched refs:bb_in_region (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsese.h123 bb_in_region (const_basic_block bb, const_basic_block entry, const_basic_block exit) function
136 return bb_in_region (bb, r.entry->dest, r.exit->dest);
H A Dtree-ssa-sccvn.c7444 auto_bb_flag bb_in_region (fn);
7448 bb->flags |= bb_in_region;
7452 we decide to always have the bb_in_region flag we can
7463 || (e->src->flags & bb_in_region));
7468 bb->flags &= ~bb_in_region;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsese.h123 bb_in_region (const_basic_block bb, const_basic_block entry, const_basic_block exit) function
136 return bb_in_region (bb, r.entry->dest, r.exit->dest);
H A Dtree-ssa-sccvn.cc7880 auto_bb_flag bb_in_region (fn);
7884 bb->flags |= bb_in_region;
7888 we decide to always have the bb_in_region flag we can
7899 || (e->src->flags & bb_in_region));
7904 bb->flags &= ~bb_in_region;

Completed in 118 milliseconds