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

  /src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.h 1630 unsigned int body_cost () const;
1686 vector_costs::body_cost () const function in class:vector_costs
1715 return body_cost () + outside_cost ();
1912 unsigned *prologue_cost, unsigned *body_cost,
1917 *body_cost = costs->body_cost ();
tree-vectorizer.h 1630 unsigned int body_cost () const;
1686 vector_costs::body_cost () const function in class:vector_costs
1715 return body_cost () + outside_cost ();
1912 unsigned *prologue_cost, unsigned *body_cost,
1917 *body_cost = costs->body_cost ();
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vectorizer.h 1508 unsigned int body_cost () const;
1564 vector_costs::body_cost () const function in class:vector_costs
1593 return body_cost () + outside_cost ();
1790 unsigned *prologue_cost, unsigned *body_cost,
1795 *body_cost = costs->body_cost ();
tree-vectorizer.h 1508 unsigned int body_cost () const;
1564 vector_costs::body_cost () const function in class:vector_costs
1593 return body_cost () + outside_cost ();
1790 unsigned *prologue_cost, unsigned *body_cost,
1795 *body_cost = costs->body_cost ();

Completed in 53 milliseconds