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

  /src/external/gpl3/gcc/dist/gcc/
ira-lives.cc 65 static int high_pressure_start_point[N_REG_CLASSES]; variable
153 if (high_pressure_start_point[cl] < 0)
157 start = (high_pressure_start_point[cl] > p->start
158 ? high_pressure_start_point[cl] : p->start);
230 if (high_pressure_start_point[cl] < 0
232 high_pressure_start_point[cl] = curr_point;
259 if (high_pressure_start_point[cl] >= 0
273 if (high_pressure_start_point[cl] >= 0
275 high_pressure_start_point[cl] = -1;
1325 high_pressure_start_point[ira_pressure_classes[i]] = -1
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ira-lives.cc 64 static int high_pressure_start_point[N_REG_CLASSES]; variable
152 if (high_pressure_start_point[cl] < 0)
156 start = (high_pressure_start_point[cl] > p->start
157 ? high_pressure_start_point[cl] : p->start);
229 if (high_pressure_start_point[cl] < 0
231 high_pressure_start_point[cl] = curr_point;
258 if (high_pressure_start_point[cl] >= 0
272 if (high_pressure_start_point[cl] >= 0
274 high_pressure_start_point[cl] = -1;
1238 high_pressure_start_point[ira_pressure_classes[i]] = -1
    [all...]

Completed in 39 milliseconds