Home | History | Annotate | Download | only in gcc

Lines Matching refs:itself

76    This stage is itself divided into two phases.  In the first, we propagate
139 the argument itself. */
357 /* Structure containing lattices for a parameter itself and for pieces of
364 /* Lattice describing the value of the parameter itself. */
365 ipcp_lattice<tree> itself;
432 return &plats->itself;
593 plats->itself.print (f, dump_sources, dump_benefits);
714 /* If itself is set up, also count the number of non-self-recursive
717 /* If non-NULL, this is the node itself and calls from it should have their
719 cgraph_node *itself;
726 init_caller_stats (caller_statistics *stats, cgraph_node *itself = NULL)
734 stats->itself = itself;
755 if (stats->itself && stats->itself == cs->caller)
762 if (stats->itself && stats->itself != cs->caller)
1226 ret = plats->itself.set_contains_variable ();
1363 plats->itself.set_to_bottom ();
1762 struct ipcp_lattice<tree> *lat = &src_plats->itself;
1896 scalar value of the parameter itself or the offset within an aggregate. */
2751 src_lat = &src_plats->itself;
2958 &dest_plats->itself,
3437 ipcp_lattice<tree> *lat = &plats->itself;
3613 ipcp_lattice<tree> *lat = &plats->itself;
3795 ipcp_lattice<tree> *lat = &plats->itself;
4269 return (plats->itself.is_single_const ()
4271 plats->itself.values->value));
4615 SELF_GEN_CLONES which also at this point contains ORIG_NODE itself.
5239 pass-through function to itself when the cgraph_node involved is not an
5261 itself when the cgraph_node involved is not an IPA-CP clone.. When
6050 parameter itself, otherwise it is stored at the given OFFSET of the
6186 ipcp_lattice<tree> *lat = &plats->itself;