OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_irr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
trans-mem.cc
4455
for new irrevocable blocks, marking them in
NEW_IRR
. Don't bother
4459
ipa_tm_scan_irr_blocks (vec<basic_block> *pqueue, bitmap
new_irr
,
4477
bitmap_set_bit (
new_irr
, bb->index);
4500
tree which has been fully propagated;
NEW_IRR
is the set of new blocks
4504
ipa_tm_propagate_irr (basic_block entry_block, bitmap
new_irr
,
4520
bool this_irr = bitmap_bit_p (
new_irr
, bb->index);
4531
if (!bitmap_bit_p (
new_irr
, e->dest->index))
4541
/* Add block to
new_irr
if it hasn't already been processed. */
4544
bitmap_set_bit (
new_irr
, bb->index);
4562
bitmap_set_bit (
new_irr
, son->index)
4606
bitmap
new_irr
, old_irr;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
trans-mem.cc
4440
for new irrevocable blocks, marking them in
NEW_IRR
. Don't bother
4444
ipa_tm_scan_irr_blocks (vec<basic_block> *pqueue, bitmap
new_irr
,
4462
bitmap_set_bit (
new_irr
, bb->index);
4485
tree which has been fully propagated;
NEW_IRR
is the set of new blocks
4489
ipa_tm_propagate_irr (basic_block entry_block, bitmap
new_irr
,
4505
bool this_irr = bitmap_bit_p (
new_irr
, bb->index);
4516
if (!bitmap_bit_p (
new_irr
, e->dest->index))
4526
/* Add block to
new_irr
if it hasn't already been processed. */
4529
bitmap_set_bit (
new_irr
, bb->index);
4547
bitmap_set_bit (
new_irr
, son->index)
4591
bitmap
new_irr
, old_irr;
local
[
all
...]
Completed in 21 milliseconds
Indexes created Mon Apr 13 00:22:24 UTC 2026