OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:first_uneq
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-im.cc
2548
int
first_uneq
= -1;
local
2566
if (
first_uneq
== -1)
2567
first_uneq
= i;
2602
if (
first_uneq
== -1)
2603
first_uneq
= first_edge_seq.length ();
2613
/* Put unmerged refs at
first_uneq
to force dependence checking
2615
if (
first_uneq
!= -1)
2618
if ((unsigned)
first_uneq
== first_edge_seq.length ())
2625
memmove (&first_edge_seq[
first_uneq
+ extra_refs.length ()],
2626
&first_edge_seq[
first_uneq
],
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-im.cc
2497
int
first_uneq
= -1;
local
2515
if (
first_uneq
== -1)
2516
first_uneq
= i;
2551
if (
first_uneq
== -1)
2552
first_uneq
= first_edge_seq.length ();
2562
/* Put unmerged refs at
first_uneq
to force dependence checking
2564
if (
first_uneq
!= -1)
2567
if ((unsigned)
first_uneq
== first_edge_seq.length ())
2574
memmove (&first_edge_seq[
first_uneq
+ extra_refs.length ()],
2575
&first_edge_seq[
first_uneq
],
[
all
...]
Completed in 21 milliseconds
Indexes created Thu Apr 30 00:23:01 UTC 2026