OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:incr_op
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-manip.cc
51
If
INCR_OP
is PLUS_EXPR, the induction variable is BASE + STEP * iteration.
52
If
INCR_OP
is MINUS_EXPR, the induction variable is BASE - STEP * iteration.
62
create_iv (tree base, tree_code
incr_op
, tree step, tree var, class loop *loop,
71
gcc_assert (
incr_op
== PLUS_EXPR ||
incr_op
== MINUS_EXPR);
98
incr_op
= (
incr_op
== PLUS_EXPR ? MINUS_EXPR : PLUS_EXPR);
109
incr_op
= (
incr_op
== PLUS_EXPR ? MINUS_EXPR : PLUS_EXPR);
119
if (
incr_op
== MINUS_EXPR
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-manip.cc
69
enum tree_code
incr_op
= PLUS_EXPR;
local
96
incr_op
= MINUS_EXPR;
107
incr_op
= MINUS_EXPR;
117
if (
incr_op
== MINUS_EXPR)
119
incr_op
= POINTER_PLUS_EXPR;
127
stmt = gimple_build_assign (va,
incr_op
, vb, step);
Completed in 21 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026