OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:with_poison
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
sanopt.cc
958
auto_sbitmap
with_poison
(last_basic_block_for_fn (cfun) + 1);
959
bitmap_clear (
with_poison
);
964
if (bitmap_bit_p (
with_poison
, bb->index))
973
bitmap_set_bit (
with_poison
, bb->index);
982
bitmap_copy (worklist,
with_poison
);
/src/external/gpl3/gcc/dist/gcc/
sanopt.cc
990
auto_bitmap
with_poison
;
local
1001
bitmap_set_bit (
with_poison
, bb->index);
1009
/* We now treat
with_poison
as worklist. */
1010
bitmap worklist =
with_poison
;
Completed in 15 milliseconds
Indexes created Tue Apr 21 00:23:25 UTC 2026