OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chrec2
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-scalar-evolution.cc
1636
tree res, chrec1,
chrec2
, ctype;
1673
chrec2
= analyze_scalar_evolution (loop, rhs2);
1675
chrec2
= chrec_convert (TREE_TYPE (rhs2),
chrec2
, at_stmt);
1677
chrec2
= instantiate_parameters (loop,
chrec2
);
1678
res = chrec_fold_plus (type, chrec1,
chrec2
);
1689
chrec2
= analyze_scalar_evolution (loop, offset);
1690
chrec2
= chrec_convert (TREE_TYPE (offset),
chrec2
, at_stmt)
1632
tree res, chrec1,
chrec2
, ctype;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-scalar-evolution.cc
1628
tree res, chrec1,
chrec2
, ctype;
1672
chrec2
= analyze_scalar_evolution (loop, rhs2);
1674
chrec2
= chrec_convert (TREE_TYPE (rhs2),
chrec2
, at_stmt);
1676
chrec2
= instantiate_parameters (loop,
chrec2
);
1677
res = chrec_fold_plus (type, chrec1,
chrec2
);
1688
chrec2
= analyze_scalar_evolution (loop, offset);
1689
chrec2
= chrec_convert (TREE_TYPE (offset),
chrec2
, at_stmt)
1624
tree res, chrec1,
chrec2
, ctype;
local
[
all
...]
Completed in 22 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026