OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:region_copy
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-threadupdate.cc
2418
basic_block *
region_copy
= XNEWVEC (basic_block, n_region);
local
2419
copy_bbs (region, n_region,
region_copy
, &exit, 1, &exit_copy, loop,
2434
basic_block bb =
region_copy
[i];
2453
scale_bbs_frequencies_profile_count (
region_copy
+ i, 1, curr_count,
2454
region_copy
[i]->count);
2461
||
region_copy
[i + 1] == single_succ_edge (bb)->dest);
2474
if (bb_in_bbs (e->dest,
region_copy
, n_region))
2486
if (
region_copy
[i + 1] != e->dest)
2500
verify_jump_thread (
region_copy
, n_region);
2503
remove_ctrl_stmt_and_useless_edges (
region_copy
[n_region - 1], exit->dest)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-threadupdate.cc
2425
basic_block *
region_copy
= XNEWVEC (basic_block, n_region);
local
2426
copy_bbs (region, n_region,
region_copy
, &exit, 1, &exit_copy, loop,
2441
basic_block bb =
region_copy
[i];
2460
scale_bbs_frequencies_profile_count (
region_copy
+ i, 1, curr_count,
2461
region_copy
[i]->count);
2468
||
region_copy
[i + 1] == single_succ_edge (bb)->dest);
2481
if (bb_in_bbs (e->dest,
region_copy
, n_region))
2493
if (
region_copy
[i + 1] != e->dest)
2507
verify_jump_thread (
region_copy
, n_region);
2510
remove_ctrl_stmt_and_useless_edges (
region_copy
[n_region - 1], exit->dest)
[
all
...]
Completed in 22 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026