OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stmt_index
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-reassoc.cc
5503
int
stmt_index
= 0;
local
5523
&& (i -
stmt_index
>= width || op_index < 1))
5531
op1 = gimple_assign_lhs (stmts[
stmt_index
++]);
5532
if (ready_stmts_end >
stmt_index
)
5533
op2 = gimple_assign_lhs (stmts[
stmt_index
++]);
5542
gcc_assert (
stmt_index
< i);
5543
op2 = gimple_assign_lhs (stmts[
stmt_index
++]);
5546
if (
stmt_index
>= ready_stmts_end)
5564
if (op_index < 0 &&
stmt_index
== i)
tree-ssa-reassoc.cc
5503
int
stmt_index
= 0;
local
5523
&& (i -
stmt_index
>= width || op_index < 1))
5531
op1 = gimple_assign_lhs (stmts[
stmt_index
++]);
5532
if (ready_stmts_end >
stmt_index
)
5533
op2 = gimple_assign_lhs (stmts[
stmt_index
++]);
5542
gcc_assert (
stmt_index
< i);
5543
op2 = gimple_assign_lhs (stmts[
stmt_index
++]);
5546
if (
stmt_index
>= ready_stmts_end)
5564
if (op_index < 0 &&
stmt_index
== i)
Completed in 54 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026