OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:jfunc
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
ipa-fnsummary.cc
4097
struct ipa_jump_func *
jfunc
= ipa_get_ith_jump_func (args, i);
local
4098
if (
jfunc
->type == IPA_JF_PASS_THROUGH
4099
||
jfunc
->type == IPA_JF_ANCESTOR)
4101
int id =
jfunc
->type == IPA_JF_PASS_THROUGH
4102
? ipa_get_jf_pass_through_formal_id (
jfunc
)
4103
: ipa_get_jf_ancestor_formal_id (
jfunc
);
4123
&&
jfunc
->type == IPA_JF_CONST
4125
(ipa_get_jf_constant (
jfunc
)))
4270
struct ipa_jump_func *
jfunc
= ipa_get_ith_jump_func (args, i);
local
4274
if (
jfunc
->type == IPA_JF_PASS_THROUGH
[
all
...]
ipa-prop.cc
623
/* Set
jfunc
to be a know-really nothing jump function. */
626
ipa_set_jf_unknown (struct ipa_jump_func *
jfunc
)
628
jfunc
->type = IPA_JF_UNKNOWN;
631
/* Set
JFUNC
to be a copy of another jmp (to be used by jump function
644
/* Set
JFUNC
to be a constant jmp function. */
647
ipa_set_jf_constant (struct ipa_jump_func *
jfunc
, tree constant,
650
jfunc
->type = IPA_JF_CONST;
651
jfunc
->value.constant.value = unshare_expr_without_location (constant);
664
jfunc
->value.constant.rdesc = rdesc;
667
jfunc
->value.constant.rdesc = NULL
2334
struct ipa_jump_func *
jfunc
= ipa_get_ith_jump_func (args, n);
local
4065
struct ipa_jump_func *
jfunc
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
ipa-fnsummary.cc
3989
struct ipa_jump_func *
jfunc
= ipa_get_ith_jump_func (args, i);
local
3990
if (
jfunc
->type == IPA_JF_PASS_THROUGH
3991
||
jfunc
->type == IPA_JF_ANCESTOR)
3993
int id =
jfunc
->type == IPA_JF_PASS_THROUGH
3994
? ipa_get_jf_pass_through_formal_id (
jfunc
)
3995
: ipa_get_jf_ancestor_formal_id (
jfunc
);
4012
&&
jfunc
->type == IPA_JF_CONST
4014
(ipa_get_jf_constant (
jfunc
)))
4159
struct ipa_jump_func *
jfunc
= ipa_get_ith_jump_func (args, i);
local
4163
if (
jfunc
->type == IPA_JF_PASS_THROUGH
[
all
...]
ipa-prop.cc
520
/* Set
jfunc
to be a know-really nothing jump function. */
523
ipa_set_jf_unknown (struct ipa_jump_func *
jfunc
)
525
jfunc
->type = IPA_JF_UNKNOWN;
528
/* Set
JFUNC
to be a copy of another jmp (to be used by jump function
541
/* Set
JFUNC
to be a constant jmp function. */
544
ipa_set_jf_constant (struct ipa_jump_func *
jfunc
, tree constant,
547
jfunc
->type = IPA_JF_CONST;
548
jfunc
->value.constant.value = unshare_expr_without_location (constant);
561
jfunc
->value.constant.rdesc = rdesc;
564
jfunc
->value.constant.rdesc = NULL
2270
struct ipa_jump_func *
jfunc
= ipa_get_ith_jump_func (args, n);
local
3982
struct ipa_jump_func *
jfunc
;
local
[
all
...]
ipa-cp.cc
1470
JFUNC
on the constant value INPUT. RES_TYPE is the type of the parameter
1475
ipa_get_jf_pass_through_result (struct ipa_jump_func *
jfunc
, tree input,
1478
return ipa_get_jf_arith_result (ipa_get_jf_pass_through_operation (
jfunc
),
1480
ipa_get_jf_pass_through_operand (
jfunc
),
1484
/* Return the result of an ancestor jump function
JFUNC
on the constant value
1488
ipa_get_jf_ancestor_result (struct ipa_jump_func *
jfunc
, tree input)
1494
poly_int64 off = ipa_get_jf_ancestor_offset (
jfunc
);
1502
else if (ipa_get_jf_ancestor_keep_null (
jfunc
)
1509
/* Determine whether
JFUNC
evaluates to a single known constant value and if
1516
ipa_value_from_jfunc (class ipa_node_params *info, struct ipa_jump_func *
jfunc
,
4954
ipa_jump_func *
jfunc
= ipa_get_ith_jump_func (args, index);
local
5584
struct ipa_jump_func *
jfunc
;
local
5778
struct ipa_jump_func *
jfunc
local
[
all
...]
Completed in 39 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026