HomeSort by: relevance | last modified time | path
    Searched defs:itself (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ipa-cp.h 32 the argument itself. */
256 /* Structure containing lattices for a parameter itself and for pieces of
266 /* Lattice describing the value of the parameter itself. */
267 ipcp_lattice<tree> itself; member in class:ipcp_param_lattices
ipa-cp.h 32 the argument itself. */
256 /* Structure containing lattices for a parameter itself and for pieces of
266 /* Lattice describing the value of the parameter itself. */
267 ipcp_lattice<tree> itself; member in class:ipcp_param_lattices
ipa-cp.cc 76 This stage is itself divided into two phases. In the first, we propagate
177 return &plats->itself;
348 plats->itself.print (f, dump_sources, dump_benefits);
469 /* If itself is set up, also count the number of non-self-recursive
472 /* If non-NULL, this is the node itself and calls from it should have their
474 cgraph_node *itself; member in struct:caller_statistics
481 init_caller_stats (caller_statistics *stats, cgraph_node *itself = NULL)
489 stats->itself = itself;
510 if (stats->itself && stats->itself == cs->caller
    [all...]
ipa-cp.cc 76 This stage is itself divided into two phases. In the first, we propagate
177 return &plats->itself;
348 plats->itself.print (f, dump_sources, dump_benefits);
469 /* If itself is set up, also count the number of non-self-recursive
472 /* If non-NULL, this is the node itself and calls from it should have their
474 cgraph_node *itself; member in struct:caller_statistics
481 init_caller_stats (caller_statistics *stats, cgraph_node *itself = NULL)
489 stats->itself = itself;
510 if (stats->itself && stats->itself == cs->caller
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-cp.cc 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; member in class:ipcp_param_lattices
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; member in struct:caller_statistics
    [all...]
ipa-cp.cc 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; member in class:ipcp_param_lattices
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; member in struct:caller_statistics
    [all...]

Completed in 75 milliseconds