| /src/external/gpl3/gcc/dist/gcc/ |
| graphite-poly.cc | 211 gimple_poly_bb_p gbb = XNEW (struct gimple_poly_bb); local 212 GBB_BB (gbb) = bb; 213 GBB_DATA_REFS (gbb) = drs; 214 gbb->read_scalar_refs = reads; 215 gbb->write_scalar_refs = writes; 216 GBB_CONDITIONS (gbb).create (0); 217 GBB_CONDITION_CASES (gbb).create (0); 219 return gbb; 222 /* Frees GBB. */ 225 free_gimple_poly_bb (gimple_poly_bb_p gbb) [all...] |
| graphite-scop-detection.cc | 1310 find_params_in_bb (sese_info_p region, gimple_poly_bb_p gbb) 1315 FOR_EACH_VEC_ELT (GBB_DATA_REFS (gbb), i, dr) 1321 FOR_EACH_VEC_ELT (GBB_CONDITIONS (gbb), i, stmt) 1651 gimple_poly_bb_p gbb = try_generate_gimple_bb (scop, bb); local 1652 if (!gbb) 1655 GBB_CONDITIONS (gbb) = conditions.copy (); 1656 GBB_CONDITION_CASES (gbb) = cases.copy (); 1658 poly_bb_p pbb = new_poly_bb (scop, gbb); 1663 FOR_EACH_VEC_ELT (gbb->data_refs, i, dr)
|
| graphite-sese-to-poly.cc | 384 gimple_poly_bb_p gbb = PBB_BLACK_BOX (pbb); local 386 if (GBB_CONDITIONS (gbb).is_empty ()) 389 FOR_EACH_VEC_ELT (GBB_CONDITIONS (gbb), i, stmt) 403 if (!GBB_CONDITION_CASES (gbb)[i]) 676 gimple_poly_bb_p gbb = PBB_BLACK_BOX (pbb); local 677 vec<scalar_use> &reads = gbb->read_scalar_refs; 678 vec<tree> &writes = gbb->write_scalar_refs;
|
| sanopt.cc | 656 basic_block gbb = gimple_bb (g); local 657 sanopt_info *si = (sanopt_info *) gbb->aux; 660 /* If there is a potentially freeing call after g in gbb, we should 674 if (gbb == bb) 682 while (last_bb != gbb) 685 gbb is necessarily a dominator of last_bb, but not necessarily 697 if (last_bb != gbb)
|
| graphite-isl-ast-to-gimple.cc | 178 void build_iv_mapping (vec<tree> iv_map, gimple_poly_bb_p gbb, 748 variables of the loops around GBB in SESE. 755 build_iv_mapping (vec<tree> iv_map, gimple_poly_bb_p gbb, 773 loop_p old_loop = gbb_loop_at_index (gbb, region, i - 1); 796 gimple_poly_bb_p gbb = PBB_BLACK_BOX (pbb); local 801 gcc_assert (GBB_BB (gbb) != ENTRY_BLOCK_PTR_FOR_FN (cfun) && 809 build_iv_mapping (iv_map, gbb, user_expr, ip, pbb->scop->scop_info->region); 812 basic_block old_bb = GBB_BB (gbb); 818 print_loops_bb (dump_file, GBB_BB (gbb), 0, 3);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| graphite-poly.cc | 211 gimple_poly_bb_p gbb = XNEW (struct gimple_poly_bb); local 212 GBB_BB (gbb) = bb; 213 GBB_DATA_REFS (gbb) = drs; 214 gbb->read_scalar_refs = reads; 215 gbb->write_scalar_refs = writes; 216 GBB_CONDITIONS (gbb).create (0); 217 GBB_CONDITION_CASES (gbb).create (0); 219 return gbb; 222 /* Frees GBB. */ 225 free_gimple_poly_bb (gimple_poly_bb_p gbb) [all...] |
| graphite-scop-detection.cc | 1174 find_params_in_bb (sese_info_p region, gimple_poly_bb_p gbb) 1179 FOR_EACH_VEC_ELT (GBB_DATA_REFS (gbb), i, dr) 1185 FOR_EACH_VEC_ELT (GBB_CONDITIONS (gbb), i, stmt) 1515 gimple_poly_bb_p gbb = try_generate_gimple_bb (scop, bb); local 1516 if (!gbb) 1519 GBB_CONDITIONS (gbb) = conditions.copy (); 1520 GBB_CONDITION_CASES (gbb) = cases.copy (); 1522 poly_bb_p pbb = new_poly_bb (scop, gbb); 1527 FOR_EACH_VEC_ELT (gbb->data_refs, i, dr)
|
| graphite-sese-to-poly.cc | 383 gimple_poly_bb_p gbb = PBB_BLACK_BOX (pbb); local 385 if (GBB_CONDITIONS (gbb).is_empty ()) 388 FOR_EACH_VEC_ELT (GBB_CONDITIONS (gbb), i, stmt) 401 if (!GBB_CONDITION_CASES (gbb)[i]) 674 gimple_poly_bb_p gbb = PBB_BLACK_BOX (pbb); local 675 vec<scalar_use> &reads = gbb->read_scalar_refs; 676 vec<tree> &writes = gbb->write_scalar_refs;
|
| sanopt.cc | 636 basic_block gbb = gimple_bb (g); local 637 sanopt_info *si = (sanopt_info *) gbb->aux; 640 /* If there is a potentially freeing call after g in gbb, we should 654 if (gbb == bb) 662 while (last_bb != gbb) 665 gbb is necessarily a dominator of last_bb, but not necessarily 677 if (last_bb == gbb)
|
| graphite-isl-ast-to-gimple.cc | 178 void build_iv_mapping (vec<tree> iv_map, gimple_poly_bb_p gbb, 748 variables of the loops around GBB in SESE. 755 build_iv_mapping (vec<tree> iv_map, gimple_poly_bb_p gbb, 773 loop_p old_loop = gbb_loop_at_index (gbb, region, i - 1); 796 gimple_poly_bb_p gbb = PBB_BLACK_BOX (pbb); local 801 gcc_assert (GBB_BB (gbb) != ENTRY_BLOCK_PTR_FOR_FN (cfun) && 809 build_iv_mapping (iv_map, gbb, user_expr, ip, pbb->scop->scop_info->region); 812 basic_block old_bb = GBB_BB (gbb); 818 print_loops_bb (dump_file, GBB_BB (gbb), 0, 3);
|
| /src/external/gpl3/binutils/dist/gas/ |
| ginsn.h | 314 typedef struct gbb gbbS; 317 /* GBB - Basic block of generic GAS instructions. */ 319 struct gbb struct 325 /* Identifier (linearly increasing natural number) for each gbb. Added for
|
| ginsn.c | 691 cfg_add_bb (gcfgS *gcfg, gbbS *gbb) 696 gcfg->root_bb = gbb; 703 last_bb->next = gbb; 707 gbb->id = gcfg->num_gbbs; 721 gbbS *gbb = NULL; local 728 cfg_for_each_bb (gcfg, gbb) 730 if (gbb->first_ginsn == ginsn) 732 found_bb = gbb; 996 gbbS *gbb; local 1001 cfg_for_each_bb (gcfg, gbb) 1083 gbbS *gbb = NULL; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/ |
| ginsn.h | 314 typedef struct gbb gbbS; 317 /* GBB - Basic block of generic GAS instructions. */ 319 struct gbb struct 325 /* Identifier (linearly increasing natural number) for each gbb. Added for
|
| ginsn.c | 691 cfg_add_bb (gcfgS *gcfg, gbbS *gbb) 696 gcfg->root_bb = gbb; 703 last_bb->next = gbb; 707 gbb->id = gcfg->num_gbbs; 721 gbbS *gbb = NULL; local 728 cfg_for_each_bb (gcfg, gbb) 730 if (gbb->first_ginsn == ginsn) 732 found_bb = gbb; 996 gbbS *gbb; local 1001 cfg_for_each_bb (gcfg, gbb) 1083 gbbS *gbb = NULL; local [all...] |