Searched defs:next_bb (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-range-path.h78 basic_block next_bb () { return m_path[m_pos - 1]; } function in class:path_range_query
H A Dbb-reorder.cc1245 basic_block next_bb = NULL; local
[all...]
H A Dcfganal.cc726 basic_block next_bb; local
[all...]
H A Dbasic-block.h133 basic_block next_bb; variable
H A Dtree-cfgcleanup.cc1591 basic_block b, next_bb; local
H A Domp-expand.cc2244 basic_block next_bb = e->dest; local
2774 basic_block next_bb local
[all...]
H A Dsel-sched-ir.cc4879 basic_block next_bb = bb_next_bb (bb); local
6422 basic_block prev_bb = bb->prev_bb, next_bb = bb->next_bb; local
6443 redirect_edge_and_branch (EDGE_SUCC (prev_bb, 0), next_bb); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dblocks.h54 bb_info *next_bb () const { return m_next_bb; } function in class:rtl_ssa::bb_info
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dbasic-block.h133 basic_block next_bb; variable
H A Dcfganal.c697 basic_block next_bb; local
[all...]
H A Dtree-cfgcleanup.c1573 basic_block b, next_bb; local
H A Dbb-reorder.c1245 basic_block next_bb = NULL; local
[all...]
H A Dhsa-brig.c1943 perhaps_emit_branch (basic_block bb, basic_block next_bb) argument
H A Dhsa-gen.c6428 basic_block next_bb = create_empty_bb (cur_bb); local
H A Dsel-sched-ir.c4878 basic_block next_bb = bb_next_bb (bb); local
6426 basic_block prev_bb = bb->prev_bb, next_bb = bb->next_bb; local
[all...]
H A Dcse.c6641 basic_block next_bb = ebb_data->path[path_entry + 1].bb; local
6669 basic_block next_bb = ebb_data->path[path_entry + 1].bb; local

Completed in 258 milliseconds