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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 2543 /* Recursive helper function for phi_add_costs. SPREAD is a measure of
2606 phi_add_costs (gimple *phi, slsr_cand_t c, int one_add_cost)
2639 int add_costs = one_add_cost + phi_add_costs (phi, c, one_add_cost);
2598 phi_add_costs (gimple *phi, slsr_cand_t c, int one_add_cost) function
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 2543 /* Recursive helper function for phi_add_costs. SPREAD is a measure of
2606 phi_add_costs (gimple *phi, slsr_cand_t c, int one_add_cost)
2639 int add_costs = one_add_cost + phi_add_costs (phi, c, one_add_cost);
2598 phi_add_costs (gimple *phi, slsr_cand_t c, int one_add_cost) function

Completed in 27 milliseconds