OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:need_phis
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-manip.cc
402
to USE_BLOCKS. Record the ssa name index to
NEED_PHIS
bitmap.
408
bitmap
need_phis
)
434
if (bitmap_set_bit (
need_phis
, ver))
441
names are used to USE_BLOCKS, and the ssa names themselves to
NEED_PHIS
. */
444
find_uses_to_rename_stmt (gimple *stmt, bitmap *use_blocks, bitmap
need_phis
,
460
find_uses_to_rename_use (bb, gimple_vuse (stmt), use_blocks,
need_phis
);
464
find_uses_to_rename_use (bb, var, use_blocks,
need_phis
);
470
need exit PHIs in
NEED_PHIS
. */
473
find_uses_to_rename_bb (basic_block bb, bitmap *use_blocks, bitmap
need_phis
,
490
use_blocks,
need_phis
);
495
find_uses_to_rename_stmt (gsi_stmt (bsi), use_blocks,
need_phis
,
local
[
all
...]
tree-into-ssa.cc
1103
bool
need_phis
= false;
local
1109
need_phis
= true;
1111
if (
need_phis
)
/src/external/gpl3/gcc.old/dist/gcc/
tree-into-ssa.cc
1092
bool
need_phis
= false;
local
1098
need_phis
= true;
1100
if (
need_phis
)
tree-ssa-loop-manip.cc
379
to USE_BLOCKS. Record the ssa name index to
NEED_PHIS
bitmap.
385
bitmap
need_phis
)
411
if (bitmap_set_bit (
need_phis
, ver))
418
names are used to USE_BLOCKS, and the ssa names themselves to
NEED_PHIS
. */
421
find_uses_to_rename_stmt (gimple *stmt, bitmap *use_blocks, bitmap
need_phis
,
437
find_uses_to_rename_use (bb, gimple_vuse (stmt), use_blocks,
need_phis
);
441
find_uses_to_rename_use (bb, var, use_blocks,
need_phis
);
447
need exit PHIs in
NEED_PHIS
. */
450
find_uses_to_rename_bb (basic_block bb, bitmap *use_blocks, bitmap
need_phis
,
467
use_blocks,
need_phis
);
472
find_uses_to_rename_stmt (gsi_stmt (bsi), use_blocks,
need_phis
,
local
[
all
...]
Completed in 28 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026