OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:initial_value
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/cp/
vtable-class-hierarchy.cc
1232
tree
initial_value
= integer_zero_node;
local
1253
DECL_INITIAL (var_decl) =
initial_value
;
/src/external/gpl3/gcc.old/dist/gcc/
calls.cc
77
rtx
initial_value
;
member in struct:arg_data
1641
routine fills in the
INITIAL_VALUE
and VALUE fields for each
1674
args[i].
initial_value
= args[i].value
1692
args[i].
initial_value
1694
SUBREG_PROMOTED_VAR_P (args[i].
initial_value
) = 1;
1695
SUBREG_PROMOTED_SET (args[i].
initial_value
, args[i].unsignedp);
tree-parloops.cc
904
tree
initial_value
; /* The initial value of the reduction var before entering the loop. */
member in struct:reduction_info
1313
reduc->
initial_value
= arg;
1955
stmt = gimple_build_assign (t, red->
initial_value
);
tree-vect-loop.cc
3281
then
INITIAL_VALUE
is that value, otherwise it is null. */
3285
tree
initial_value
)
3307
return
initial_value
;
3317
return
initial_value
;
4954
INITIAL_VALUE
(guard block)>. */
5019
tree
initial_value
= initial_values[0];
local
5020
/* Check that we can use
INITIAL_VALUE
as the adjustment and
5022
if (!operand_equal_p (
initial_value
, main_adjustment))
5025
initial_values[0] = neutral_op_for_reduction (TREE_TYPE (
initial_value
),
5026
code,
initial_value
);
5789
tree
initial_value
= NULL_TREE;
local
7149
tree
initial_value
= NULL_TREE;
local
7710
tree
initial_value
local
[
all
...]
Completed in 34 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026