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

  /src/external/gpl3/gcc/dist/gcc/
reorg.cc 872 enum rtx_code other_code;
881 other_code = GET_CODE (other_condition);
882 if (GET_RTX_LENGTH (code) != 2 || GET_RTX_LENGTH (other_code) != 2
887 return comparison_dominates_p (code, other_code);
859 enum rtx_code other_code; local
  /src/external/gpl3/gcc.old/dist/gcc/
reorg.cc 872 enum rtx_code other_code;
881 other_code = GET_CODE (other_condition);
882 if (GET_RTX_LENGTH (code) != 2 || GET_RTX_LENGTH (other_code) != 2
887 return comparison_dominates_p (code, other_code);
859 enum rtx_code other_code; local

Completed in 28 milliseconds