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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-propagate.cc 47 statement that produces the value being propagated. Simulation
70 at compile time. Its result can be propagated into the
602 /* Replace propagated values into all the arguments for PHI using the
630 /* If we propagated a copy and this argument flows
732 bool propagated = false; local
752 propagated = true;
756 return propagated;
961 /* Perform final substitution and folding of propagated values.
1023 statistics_counter_event (cfun, "Constants propagated",
1025 statistics_counter_event (cfun, "Copies propagated",
    [all...]
mcf.cc 794 bool propagated = false; local
815 propagated = false;
827 propagated = true;
830 if (!propagated)
834 if (!propagated)
ipa-modref.cc 245 propagated (false) {}
256 bool propagated; variable
2034 propagated to lattice of SSA_NAME. */
2873 fprintf (dump_file, "EAF flags propagated in %i iterations\n", iterations);
3434 propagated. This is done only by SIMD cloning that is not very
3438 || propagated)
3487 gcc_checking_assert (!((modref_summaries_lto *)summaries_lto)->propagated);
5026 fprintf (dump_file, "Propagated modref for %s%s%s\n",
5568 ((modref_summaries_lto *)summaries_lto)->propagated = true;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-propagate.cc 46 statement that produces the value being propagated. Simulation
69 at compile time. Its result can be propagated into the
601 /* Replace propagated values into all the arguments for PHI using the
629 /* If we propagated a copy and this argument flows
728 bool propagated = false; local
748 propagated = true;
752 return propagated;
949 /* Perform final substitution and folding of propagated values.
1032 statistics_counter_event (cfun, "Constants propagated",
1034 statistics_counter_event (cfun, "Copies propagated",
    [all...]
mcf.cc 794 bool propagated = false; local
815 propagated = false;
827 propagated = true;
830 if (!propagated)
834 if (!propagated)
ipa-modref.cc 243 propagated (false) {}
254 bool propagated; variable
2031 propagated to lattice of SSA_NAME. */
2870 fprintf (dump_file, "EAF flags propagated in %i iterations\n", iterations);
3431 propagated. This is done only by SIMD cloning that is not very
3435 || propagated)
3484 gcc_checking_assert (!((modref_summaries_lto *)summaries_lto)->propagated);
4970 fprintf (dump_file, "Propagated modref for %s%s%s\n",
5512 ((modref_summaries_lto *)summaries_lto)->propagated = true;

Completed in 36 milliseconds