Searched refs:gimple_block (Results 1 - 25 of 32) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-live.c630 b = gimple_block (stmt);
759 tree b = gimple_block (stmt);
826 tree b = gimple_block (stmt);
H A Dtree-outof-ssa.c198 if (gimple_has_location (stmt) || gimple_block (stmt))
225 if (gimple_has_location (stmt) || gimple_block (stmt))
H A Dtree-ssa-propagate.c622 if (gimple_block (new_stmt) == NULL_TREE)
623 gimple_set_block (new_stmt, gimple_block (stmt));
H A Dgimple-pretty-print.c1420 gimple_block (gs)
1421 ? block_ultimate_origin (gimple_block (gs))
1425 gimple_block (gs)
1426 ? block_ultimate_origin (gimple_block (gs))
3047 tree block = gimple_block (stmt);
H A Dipa-polymorphic-call.c561 for (tree block = gimple_block (call); block && TREE_CODE (block) == BLOCK;
1189 for (tree block = gimple_block (stmt); block && TREE_CODE (block) == BLOCK;
H A Dtree-inline.c1914 if (tree block = gimple_block (copy))
3176 if (tree block = gimple_block (stmt))
4893 if (tree block = gimple_block (stmt))
4969 if (gimple_block (stmt))
5254 if (gimple_block (stmt))
H A Domp-expand.c1082 for (block = gimple_block (stmt);
1096 if (block == gimple_block (parallel_stmt))
1438 block = gimple_block (entry_stmt);
1520 adjust_context_and_scope (region, gimple_block (entry_stmt), child_fn);
8103 block = gimple_block (entry_stmt);
8178 adjust_context_and_scope (region, gimple_block (entry_stmt), child_fn);
8669 = gimple_block (first_stmt (single_succ (gpukernel->entry)));
8707 tree tgtblock = gimple_block (tgt_stmt);
H A Dauto-profile.c423 for (tree block = gimple_block (stmt); block && (TREE_CODE (block) == BLOCK);
H A Dtree-eh.c915 tree block = gimple_block (stmt);
1165 tree block = gimple_block (stmt);
2073 gimple_set_block (s, gimple_block (stmt));
H A Dipa-param-manipulation.c873 gimple_set_block (new_stmt, gimple_block (stmt));
H A Dlto-streamer-in.c1402 /* Finalize gimple_location/gimple_block of stmts and phis. */
1455 && (((block = gimple_block (stmt))
H A Dgimple.h1854 gimple_block (const gimple *g) function
1919 if (tree block = gimple_block (g))
H A Dtree-ssa-ccp.c2234 block = gimple_block (stmt);
H A Dcfgexpand.c130 || (gimple_block (stmt) && currently_expanding_to_rtl
5848 tree block = gimple_block (stmt);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-live.cc629 b = gimple_block (stmt);
787 tree b = gimple_block (stmt);
868 tree b = gimple_block (stmt);
H A Dtree-outof-ssa.cc198 if (gimple_has_location (stmt) || gimple_block (stmt))
225 if (gimple_has_location (stmt) || gimple_block (stmt))
H A Dgimple-pretty-print.cc1439 gimple_block (gs)
1440 ? block_ultimate_origin (gimple_block (gs))
1444 gimple_block (gs)
1445 ? block_ultimate_origin (gimple_block (gs))
H A Dtree-inline.cc1949 if (tree block = gimple_block (copy))
3205 if (tree block = gimple_block (stmt))
3213 if (id->call_stmt && !gimple_block (stmt))
4955 if (tree block = gimple_block (stmt))
5033 if (gimple_block (stmt))
5291 if (gimple_block (stmt))
H A Dipa-polymorphic-call.cc564 for (tree block = gimple_block (call); block && TREE_CODE (block) == BLOCK;
1193 for (tree block = gimple_block (stmt); block && TREE_CODE (block) == BLOCK;
H A Dauto-profile.cc423 for (tree block = gimple_block (stmt); block && (TREE_CODE (block) == BLOCK);
H A Dtree-eh.cc910 tree block = gimple_block (stmt);
1160 tree block = gimple_block (stmt);
2068 gimple_set_block (s, gimple_block (stmt));
H A Dlto-streamer-in.cc1412 /* Finalize gimple_location/gimple_block of stmts and phis. */
1465 && (((block = gimple_block (stmt))
H A Dipa-param-manipulation.cc1019 gimple_set_block (new_stmt, gimple_block (stmt));
H A Dgimple.h1878 gimple_block (const gimple *g) function
1946 if (tree block = gimple_block (g))
H A Domp-expand.cc1062 for (block = gimple_block (stmt);
1076 if (block == gimple_block (parallel_stmt))
1440 block = gimple_block (entry_stmt);
1522 adjust_context_and_scope (region, gimple_block (entry_stmt), child_fn);
9875 block = gimple_block (entry_stmt);
9950 adjust_context_and_scope (region, gimple_block (entry_stmt), child_fn);

Completed in 625 milliseconds

12