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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-data-refs.cc 1700 unsigned int *outside_cost,
1716 outside_cost, prologue_cost_vec, body_cost_vec, false);
1724 "outside_cost = %d.\n", *inside_cost, *outside_cost);
1740 unsigned int outside_cost; member in struct:_vect_peel_extended_info
1827 unsigned int *outside_cost,
1878 inside_cost, outside_cost,
1892 unsigned int inside_cost = 0, outside_cost = 0;
1902 &outside_cost, &body_cost_vec,
1907 outside_cost += vect_get_known_peeling_cos
    [all...]
tree-vectorizer.h 1632 unsigned int outside_cost () const;
1704 vector_costs::outside_cost () const function in class:vector_costs
1715 return body_cost () + outside_cost ();
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-data-refs.cc 1404 unsigned int *outside_cost,
1420 outside_cost, prologue_cost_vec, body_cost_vec, false);
1428 "outside_cost = %d.\n", *inside_cost, *outside_cost);
1444 unsigned int outside_cost; member in struct:_vect_peel_extended_info
1531 unsigned int *outside_cost,
1582 inside_cost, outside_cost,
1596 unsigned int inside_cost = 0, outside_cost = 0;
1606 &outside_cost, &body_cost_vec,
1611 outside_cost += vect_get_known_peeling_cos
    [all...]
tree-vectorizer.h 1510 unsigned int outside_cost () const;
1582 vector_costs::outside_cost () const function in class:vector_costs
1593 return body_cost () + outside_cost ();

Completed in 32 milliseconds