OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:threaded_blocks
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-threadupdate.cc
1953
fwd_jt_path_registry::mark_threaded_blocks (bitmap
threaded_blocks
)
2098
bitmap_set_bit (
threaded_blocks
, i);
2103
bitmap_copy (
threaded_blocks
, tmp);
2690
auto_bitmap
threaded_blocks
;
local
2691
mark_threaded_blocks (
threaded_blocks
);
2708
if (!bitmap_empty_p (
threaded_blocks
))
2715
if (bitmap_bit_p (
threaded_blocks
, indx))
2730
|| !bitmap_bit_p (
threaded_blocks
, loop->header->index))
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-threadupdate.cc
1960
fwd_jt_path_registry::mark_threaded_blocks (bitmap
threaded_blocks
)
2105
bitmap_set_bit (
threaded_blocks
, i);
2110
bitmap_copy (
threaded_blocks
, tmp);
2694
auto_bitmap
threaded_blocks
;
local
2695
mark_threaded_blocks (
threaded_blocks
);
2712
if (!bitmap_empty_p (
threaded_blocks
))
2719
if (bitmap_bit_p (
threaded_blocks
, indx))
2734
|| !bitmap_bit_p (
threaded_blocks
, loop->header->index))
Completed in 80 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026