OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:def_stmt1
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gimple-ssa-store-merging.cc
5236
gimple *def_stmt = SSA_NAME_DEF_STMT (rhs), *
def_stmt1
, *def_stmt2;
local
5265
def_stmt1
= SSA_NAME_DEF_STMT (rhs1);
5266
if (!is_gimple_assign (
def_stmt1
)
5267
|| !handled_load (
def_stmt1
, &ops[0], bitsize, bitpos,
tree-vect-patterns.cc
5064
gimple *def_stmt0 = NULL, *
def_stmt1
= NULL;
local
5098
&orig_type1, &
def_stmt1
, &promotion)))
5117
else_clause = gimple_assign_rhs1 (
def_stmt1
);
expr.cc
10209
gimple *
def_stmt1
= get_def_for_expr (treeop1, TRUNC_DIV_EXPR);
10213
if (
def_stmt1
10214
&& !operand_equal_p (treeop0, gimple_assign_rhs2 (
def_stmt1
), 0))
10215
def_stmt1
= NULL;
10217
if (def_stmt0 ||
def_stmt1
)
10226
treeop0 = gimple_assign_rhs1 (
def_stmt1
);
10189
gimple *
def_stmt1
= get_def_for_expr (treeop1, TRUNC_DIV_EXPR);
local
/src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-store-merging.cc
5132
gimple *def_stmt = SSA_NAME_DEF_STMT (rhs), *
def_stmt1
, *def_stmt2;
local
5161
def_stmt1
= SSA_NAME_DEF_STMT (rhs1);
5162
if (!is_gimple_assign (
def_stmt1
)
5163
|| !handled_load (
def_stmt1
, &ops[0], bitsize, bitpos,
tree-vect-patterns.cc
3867
gimple *def_stmt0 = NULL, *
def_stmt1
= NULL;
local
3901
&orig_type1, &
def_stmt1
, &promotion)))
3920
else_clause = gimple_assign_rhs1 (
def_stmt1
);
expr.cc
9505
gimple *
def_stmt1
= get_def_for_expr (treeop1, TRUNC_DIV_EXPR);
9509
if (
def_stmt1
9510
&& !operand_equal_p (treeop0, gimple_assign_rhs2 (
def_stmt1
), 0))
9511
def_stmt1
= NULL;
9513
if (def_stmt0 ||
def_stmt1
)
9522
treeop0 = gimple_assign_rhs1 (
def_stmt1
);
9485
gimple *
def_stmt1
= get_def_for_expr (treeop1, TRUNC_DIV_EXPR);
local
Completed in 38 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026