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

  /src/external/gpl3/gcc/dist/gcc/
ira-color.cc 110 unsigned int in_graph_p : 1; member in struct:allocno_color_data
872 if (! ALLOCNO_COLOR_DATA (conflict_a)->in_graph_p
2458 if ((! ALLOCNO_COLOR_DATA (another_a)->in_graph_p
2682 data->in_graph_p = false;
2706 if (! conflict_data->in_graph_p
2960 ALLOCNO_COLOR_DATA (allocno)->in_graph_p = true;
3023 ALLOCNO_COLOR_DATA (allocno)->in_graph_p = true;
3530 ALLOCNO_COLOR_DATA (a)->in_graph_p = true;
3553 if (ALLOCNO_COLOR_DATA (a)->in_graph_p)
  /src/external/gpl3/gcc.old/dist/gcc/
ira-color.cc 110 unsigned int in_graph_p : 1; member in struct:allocno_color_data
865 if (! ALLOCNO_COLOR_DATA (conflict_a)->in_graph_p
2449 if ((! ALLOCNO_COLOR_DATA (another_a)->in_graph_p
2673 data->in_graph_p = false;
2697 if (! conflict_data->in_graph_p
2951 ALLOCNO_COLOR_DATA (allocno)->in_graph_p = true;
3014 ALLOCNO_COLOR_DATA (allocno)->in_graph_p = true;
3495 ALLOCNO_COLOR_DATA (a)->in_graph_p = true;
3518 if (ALLOCNO_COLOR_DATA (a)->in_graph_p)

Completed in 84 milliseconds