HomeSort by: relevance | last modified time | path
    Searched refs:total_cost (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
shrink-wrap.cc 1111 gcov_type total_cost;
1216 SW (bb)->total_cost = 0;
1232 || SW (bb)->total_cost > SW (bb)->own_cost)
1234 SW (bb)->total_cost = SW (bb)->own_cost;
1243 SW (bb)->total_cost = SW (bb)->own_cost;
1255 SW (parent)->total_cost += SW (bb)->total_cost;
1259 && SW (parent)->total_cost <= SW (parent)->own_cost)
1110 gcov_type total_cost; member in struct:sw
tree-ssa-loop-im.cc 805 unsigned total_cost = 0; local
820 total_cost += 1;
834 total_cost += def_data->cost;
839 min_cost = MIN (min_cost, total_cost);
883 if (total_cost - min_cost >= 2 * LIM_EXPENSIVE
885 && total_cost / min_cost <= 2))
tree-vectorizer.h 1633 unsigned int total_cost () const;
1713 vector_costs::total_cost () const function in class:vector_costs
tree-vect-loop.cc 4696 scalar_single_iter_cost = loop_vinfo->scalar_costs->total_cost ();
  /src/external/gpl3/gcc.old/dist/gcc/
shrink-wrap.cc 1111 gcov_type total_cost;
1216 SW (bb)->total_cost = 0;
1232 || SW (bb)->total_cost > SW (bb)->own_cost)
1234 SW (bb)->total_cost = SW (bb)->own_cost;
1243 SW (bb)->total_cost = SW (bb)->own_cost;
1255 SW (parent)->total_cost += SW (bb)->total_cost;
1259 && SW (parent)->total_cost <= SW (parent)->own_cost)
1110 gcov_type total_cost; member in struct:sw
tree-ssa-loop-im.cc 776 unsigned total_cost = 0; local
791 total_cost += 1;
805 total_cost += def_data->cost;
810 min_cost = MIN (min_cost, total_cost);
843 if (total_cost - min_cost >= 2 * LIM_EXPENSIVE
845 && total_cost / min_cost <= 2))
tree-vectorizer.h 1511 unsigned int total_cost () const;
1591 vector_costs::total_cost () const function in class:vector_costs
tree-vect-loop.cc 3997 scalar_single_iter_cost = loop_vinfo->scalar_costs->total_cost ();
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 17677 m_costs[vect_body] = 2 * scalar_costs->total_cost ();
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc 17161 m_costs[vect_body] = 2 * scalar_costs->total_cost ();

Completed in 95 milliseconds