OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:changed_bbs
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-cfgcleanup.cc
1174
bitmap
changed_bbs
;
local
1180
changed_bbs
= BITMAP_ALLOC (NULL);
1181
n_new_or_deleted_loops = fix_loop_structure (
changed_bbs
);
1189
&& (!bitmap_empty_p (
changed_bbs
) || n_new_or_deleted_loops))
1192
BITMAP_FREE (
changed_bbs
);
tree-cfgcleanup.cc
1174
bitmap
changed_bbs
;
local
1180
changed_bbs
= BITMAP_ALLOC (NULL);
1181
n_new_or_deleted_loops = fix_loop_structure (
changed_bbs
);
1189
&& (!bitmap_empty_p (
changed_bbs
) || n_new_or_deleted_loops))
1192
BITMAP_FREE (
changed_bbs
);
/src/external/gpl3/gcc.old/dist/gcc/
tree-cfgcleanup.cc
1152
bitmap
changed_bbs
;
local
1158
changed_bbs
= BITMAP_ALLOC (NULL);
1159
n_new_loops = fix_loop_structure (
changed_bbs
);
1167
rewrite_into_loop_closed_ssa (n_new_loops ? NULL :
changed_bbs
,
1170
BITMAP_FREE (
changed_bbs
);
tree-cfgcleanup.cc
1152
bitmap
changed_bbs
;
local
1158
changed_bbs
= BITMAP_ALLOC (NULL);
1159
n_new_loops = fix_loop_structure (
changed_bbs
);
1167
rewrite_into_loop_closed_ssa (n_new_loops ? NULL :
changed_bbs
,
1170
BITMAP_FREE (
changed_bbs
);
Completed in 33 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026