Searched refs:gimple_bb (Results 76 - 83 of 83) sorted by relevance

1234

/haiku-buildtools/gcc/gcc/
H A Dtree-vect-data-refs.c3941 if (loop_vinfo && loop && loop != (gimple_bb (stmt))->loop_father)
4110 containing_loop = (gimple_bb (stmt))->loop_father;
4819 struct loop *containing_loop = (gimple_bb (stmt))->loop_father;
H A Dtree-ssa-ccp.c2291 block = gimple_bb (stmt);
H A Dtree-complex.c712 gimple_purge_dead_eh_edges (gimple_bb (stmt));
H A Dtree-ssa-threadupdate.c459 def_bb = gimple_bb (def_phi);
H A Dtree-chkp.c2841 stmt = create_phi_node (var, gimple_bb (def_stmt));
4063 (edge->caller->decl, gimple_bb (stmt));
H A Dtree-data-ref.c238 fprintf (outf, "# bb: %d \n", gimple_bb (DR_STMT (dr))->index);
4437 struct loop *loop = gimple_bb (stmt)->loop_father;
H A Dcfgexpand.c3051 edge fallthru = find_fallthru_edge (gimple_bb (stmt)->succs);
H A Domp-low.c850 basic_block bb = single_succ (gimple_bb (ws_stmt));
13296 gimple_purge_dead_eh_edges (gimple_bb (stmt));

Completed in 311 milliseconds

1234