OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:live_subregs_used
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
ira.cc
4289
/* Init LIVE_SUBREGS[ALLOCNUM] and
LIVE_SUBREGS_USED
[ALLOCNUM] for
4293
bitmap
live_subregs_used
, int allocnum, int size)
4298
if (bitmap_bit_p (
live_subregs_used
, allocnum))
4312
bitmap_set_bit (
live_subregs_used
, allocnum);
local
4329
live_subregs_used
are indexed by pseudo number. The live_subreg
4331
element is non zero in
live_subregs_used
. The sbitmap size of
4335
auto_bitmap
live_subregs_used
;
4346
bitmap_clear (
live_subregs_used
);
4421
live_subregs,
live_subregs_used
, regno,
4447
bitmap_clear_bit (
live_subregs_used
, regno)
4398
live_subregs,
live_subregs_used
, regno,
local
4496
live_subregs,
live_subregs_used
, regno,
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
ira.cc
4264
/* Init LIVE_SUBREGS[ALLOCNUM] and
LIVE_SUBREGS_USED
[ALLOCNUM] for
4268
bitmap
live_subregs_used
, int allocnum, int size)
4273
if (bitmap_bit_p (
live_subregs_used
, allocnum))
4287
bitmap_set_bit (
live_subregs_used
, allocnum);
local
4304
live_subregs_used
are indexed by pseudo number. The live_subreg
4306
element is non zero in
live_subregs_used
. The sbitmap size of
4310
auto_bitmap
live_subregs_used
;
4321
bitmap_clear (
live_subregs_used
);
4396
live_subregs,
live_subregs_used
, regno,
4422
bitmap_clear_bit (
live_subregs_used
, regno)
4373
live_subregs,
live_subregs_used
, regno,
local
4471
live_subregs,
live_subregs_used
, regno,
local
[
all
...]
Completed in 81 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026