OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STMT_NECESSARY
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-dce.cc
80
#define
STMT_NECESSARY
GF_PLF_1
135
if (gimple_plf (stmt,
STMT_NECESSARY
))
145
gimple_set_plf (stmt,
STMT_NECESSARY
, true);
168
|| gimple_plf (stmt,
STMT_NECESSARY
));
176
if (gimple_plf (stmt,
STMT_NECESSARY
) || gimple_nop_p (stmt))
187
gimple_set_plf (stmt,
STMT_NECESSARY
, true);
403
gimple_set_plf (phi,
STMT_NECESSARY
, false);
410
gimple_set_plf (stmt,
STMT_NECESSARY
, false);
576
|| gimple_plf (def_stmt,
STMT_NECESSARY
));
1045
gimple_set_plf (phi,
STMT_NECESSARY
, true)
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-dce.cc
80
#define
STMT_NECESSARY
GF_PLF_1
135
if (gimple_plf (stmt,
STMT_NECESSARY
))
145
gimple_set_plf (stmt,
STMT_NECESSARY
, true);
168
|| gimple_plf (stmt,
STMT_NECESSARY
));
176
if (gimple_plf (stmt,
STMT_NECESSARY
) || gimple_nop_p (stmt))
187
gimple_set_plf (stmt,
STMT_NECESSARY
, true);
416
gimple_set_plf (phi,
STMT_NECESSARY
, false);
423
gimple_set_plf (stmt,
STMT_NECESSARY
, false);
590
|| gimple_plf (def_stmt,
STMT_NECESSARY
));
1060
gimple_set_plf (phi,
STMT_NECESSARY
, true)
[
all
...]
Completed in 23 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026