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

  /src/external/gpl3/gcc/dist/gcc/
ira-color.cc 113 unsigned int may_be_spilled_p : 1; member in struct:allocno_color_data
1627 || ALLOCNO_COLOR_DATA (another_allocno)->may_be_spilled_p
2105 && ! ALLOCNO_COLOR_DATA (conflict_a)->may_be_spilled_p
2459 && !ALLOCNO_COLOR_DATA (another_a)->may_be_spilled_p)
2758 ALLOCNO_COLOR_DATA (allocno)->may_be_spilled_p = true;
2957 ALLOCNO_COLOR_DATA (allocno)->may_be_spilled_p
  /src/external/gpl3/gcc.old/dist/gcc/
ira-color.cc 113 unsigned int may_be_spilled_p : 1; member in struct:allocno_color_data
1620 || ALLOCNO_COLOR_DATA (another_allocno)->may_be_spilled_p
2099 && ! ALLOCNO_COLOR_DATA (conflict_a)->may_be_spilled_p
2450 && !ALLOCNO_COLOR_DATA (another_a)->may_be_spilled_p)
2749 ALLOCNO_COLOR_DATA (allocno)->may_be_spilled_p = true;
2948 ALLOCNO_COLOR_DATA (allocno)->may_be_spilled_p

Completed in 26 milliseconds