OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STORE_ANTIC_OUT
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
trans-mem.cc
3486
bitmap
store_antic_out
;
3517
#define
STORE_ANTIC_OUT
(BB) \
3518
((struct tm_memopt_bitmaps *) ((BB)->aux))->
store_antic_out
3693
bitmap_copy (STORE_ANTIC_IN (bb),
STORE_ANTIC_OUT
(e->dest));
3702
bitmap_and_into (STORE_ANTIC_IN (bb),
STORE_ANTIC_OUT
(e->dest));
3803
We compute
STORE_ANTIC_OUT
as follows:
3805
STORE_ANTIC_OUT
[bb] = union(STORE_ANTIC_IN[bb], STORE_LOCAL[bb])
3806
STORE_ANTIC_IN[bb] = intersect(
STORE_ANTIC_OUT
[successors])
3831
bitmap_ior_into (
STORE_ANTIC_OUT
(bb), STORE_LOCAL (bb));
3873
if (bitmap_ior_into (
STORE_ANTIC_OUT
(bb), STORE_ANTIC_IN (bb)
3476
bitmap
store_antic_out
;
member in struct:tm_memopt_bitmaps
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
trans-mem.cc
3474
bitmap
store_antic_out
;
3505
#define
STORE_ANTIC_OUT
(BB) \
3506
((struct tm_memopt_bitmaps *) ((BB)->aux))->
store_antic_out
3681
bitmap_copy (STORE_ANTIC_IN (bb),
STORE_ANTIC_OUT
(e->dest));
3690
bitmap_and_into (STORE_ANTIC_IN (bb),
STORE_ANTIC_OUT
(e->dest));
3791
We compute
STORE_ANTIC_OUT
as follows:
3793
STORE_ANTIC_OUT
[bb] = union(STORE_ANTIC_IN[bb], STORE_LOCAL[bb])
3794
STORE_ANTIC_IN[bb] = intersect(
STORE_ANTIC_OUT
[successors])
3819
bitmap_ior_into (
STORE_ANTIC_OUT
(bb), STORE_LOCAL (bb));
3861
if (bitmap_ior_into (
STORE_ANTIC_OUT
(bb), STORE_ANTIC_IN (bb)
3464
bitmap
store_antic_out
;
member in struct:tm_memopt_bitmaps
[
all
...]
Completed in 21 milliseconds
Indexes created Tue Apr 14 00:22:26 UTC 2026