OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bbs_to_remove
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-cfg.cc
9075
auto_vec<basic_block>
bbs_to_remove
;
local
9081
bbs_to_remove
= get_all_dominated_blocks (CDI_DOMINATORS, e->dest);
9082
FOR_EACH_VEC_ELT (
bbs_to_remove
, i, bb)
9090
FOR_EACH_VEC_ELT (
bbs_to_remove
, i, bb)
9117
for (i =
bbs_to_remove
.length (); i-- > 0; )
9118
delete_basic_block (
bbs_to_remove
[i]);
/src/external/gpl3/gcc.old/dist/gcc/
tree-cfg.cc
8792
auto_vec<basic_block>
bbs_to_remove
;
local
8798
bbs_to_remove
= get_all_dominated_blocks (CDI_DOMINATORS, e->dest);
8799
FOR_EACH_VEC_ELT (
bbs_to_remove
, i, bb)
8807
FOR_EACH_VEC_ELT (
bbs_to_remove
, i, bb)
8834
for (i =
bbs_to_remove
.length (); i-- > 0; )
8835
delete_basic_block (
bbs_to_remove
[i]);
Completed in 36 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026