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

  /src/external/gpl3/gcc/dist/gcc/
ira-costs.cc 1061 bool cost_change_p = false;
1075 cost_change_p = true;
1087 if (!cost_change_p)
1090 cost_change_p = true;
1097 && cost_change_p)
1058 bool cost_change_p = false; local
  /src/external/gpl3/gcc.old/dist/gcc/
ira-costs.cc 1060 bool cost_change_p = false;
1074 cost_change_p = true;
1086 if (!cost_change_p)
1089 cost_change_p = true;
1096 && cost_change_p)
1057 bool cost_change_p = false; local

Completed in 17 milliseconds