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

  /src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.cc 2062 auto other_outside_cost = other->outside_cost ();
2063 if (this_outside_cost != other_outside_cost)
2064 return this_outside_cost < other_outside_cost ? -1 : 1;
2060 auto other_outside_cost = other->outside_cost (); local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vectorizer.cc 2027 auto other_outside_cost = other->outside_cost ();
2028 if (this_outside_cost != other_outside_cost)
2029 return this_outside_cost < other_outside_cost ? -1 : 1;
2025 auto other_outside_cost = other->outside_cost (); local

Completed in 38 milliseconds