Home
last modified time | relevance | path

Searched defs:basic_block_def (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbasic-block.h117 struct GTY((chain_next ("%h.next_bb"), chain_prev ("%h.prev_bb"))) basic_block_def { struct
119 vec<edge, va_gc> *preds;
120 vec<edge, va_gc> *succs;
126 class loop *loop_father;
132 basic_block prev_bb;
133 basic_block next_bb;
135 union basic_block_il_dependent {
159 struct rtl_bb_info, so that inlining the former into basic_block_def argument
H A Dcfghooks.c314 DEFINE_DEBUG_HASH_SET (basic_block_def *) in DEFINE_DEBUG_HASH_SET() argument
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbasic-block.h117 struct GTY((chain_next ("%h.next_bb"), chain_prev ("%h.prev_bb"))) basic_block_def { struct
119 vec<edge, va_gc> *preds;
120 vec<edge, va_gc> *succs;
126 class loop *loop_father;
132 basic_block prev_bb;
133 basic_block next_bb;
135 union basic_block_il_dependent {
159 struct rtl_bb_info, so that inlining the former into basic_block_def argument
H A Dcfghooks.cc330 DEFINE_DEBUG_HASH_SET (basic_block_def *) in DEFINE_DEBUG_HASH_SET() argument