OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ae_kill
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gcse.cc
423
static sbitmap *
ae_kill
;
1681
ae_kill
= sbitmap_vector_alloc (n_blocks, n_exprs);
1694
/* ANTLOC and
AE_KILL
are freed just after pre_lcm finishes. */
1885
bitmap_vector_clear (
ae_kill
, last_basic_block_for_fn (cfun));
1887
/* Compute
ae_kill
for each basic block using:
1894
bitmap_ior (
ae_kill
[bb->index], transp[bb->index], comp[bb->index]);
1895
bitmap_not (
ae_kill
[bb->index],
ae_kill
[bb->index]);
1899
ae_kill
, &pre_insert_map, &pre_delete_map);
1902
sbitmap_vector_free (
ae_kill
);
420
static sbitmap *
ae_kill
;
variable
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
gcse.cc
423
static sbitmap *
ae_kill
;
1680
ae_kill
= sbitmap_vector_alloc (n_blocks, n_exprs);
1693
/* ANTLOC and
AE_KILL
are freed just after pre_lcm finishes. */
1884
bitmap_vector_clear (
ae_kill
, last_basic_block_for_fn (cfun));
1886
/* Compute
ae_kill
for each basic block using:
1893
bitmap_ior (
ae_kill
[bb->index], transp[bb->index], comp[bb->index]);
1894
bitmap_not (
ae_kill
[bb->index],
ae_kill
[bb->index]);
1898
ae_kill
, &pre_insert_map, &pre_delete_map);
1901
sbitmap_vector_free (
ae_kill
);
420
static sbitmap *
ae_kill
;
variable
[
all
...]
Completed in 18 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026