OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:start_bb
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
hw-doloop.cc
516
basic_block
start_bb
= e->dest;
local
517
basic_block start_prev_bb =
start_bb
->prev_bb;
521
loop->head->index,
start_bb
->index);
526
loop->head->next_bb =
start_bb
;
527
start_prev_bb->next_bb =
start_bb
->prev_bb = loop->head;
tree-into-ssa.cc
3394
basic_block bb,
start_bb
;
local
3511
start_bb
= ENTRY_BLOCK_PTR_FOR_FN (cfun);
3517
prepare_block_for_update (
start_bb
, insert_phi_p);
3546
start_bb
= nearest_common_dominator_for_set (CDI_DOMINATORS,
3586
We need to re-compute
START_BB
to include the newly added
3588
if (
start_bb
!= ENTRY_BLOCK_PTR_FOR_FN (cfun))
3589
start_bb
= nearest_common_dominator_for_set (CDI_DOMINATORS,
3601
/* Now start the renaming process at
START_BB
. When not inserting PHIs
3604
rewrite_blocks (
start_bb
,
3616
start_bb
->index)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
hw-doloop.cc
516
basic_block
start_bb
= e->dest;
local
517
basic_block start_prev_bb =
start_bb
->prev_bb;
521
loop->head->index,
start_bb
->index);
526
loop->head->next_bb =
start_bb
;
527
start_prev_bb->next_bb =
start_bb
->prev_bb = loop->head;
tree-into-ssa.cc
3313
basic_block bb,
start_bb
;
local
3428
start_bb
= ENTRY_BLOCK_PTR_FOR_FN (cfun);
3434
prepare_block_for_update (
start_bb
, insert_phi_p);
3463
start_bb
= nearest_common_dominator_for_set (CDI_DOMINATORS,
3507
We need to re-compute
START_BB
to include the newly added
3509
if (
start_bb
!= ENTRY_BLOCK_PTR_FOR_FN (cfun))
3510
start_bb
= nearest_common_dominator_for_set (CDI_DOMINATORS,
3522
/* Now start the renaming process at
START_BB
. */
3528
rewrite_blocks (
start_bb
, REWRITE_UPDATE);
3541
start_bb
->index)
[
all
...]
Completed in 33 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026