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

  /src/external/gpl3/gcc/dist/gcc/
compare-elim.cc 506 maybe_select_cc_mode (struct comparison *cmp, rtx a ATTRIBUTE_UNUSED,
726 rtx flags = maybe_select_cc_mode (cmp, src, CONST0_RTX (GET_MODE (src)));
729 /* We may already have a change group going through maybe_select_cc_mode.
743 /* We may already have a change group going through maybe_select_cc_mode.
861 flags = maybe_select_cc_mode (cmp, cmp_a, cmp_b);
883 a change group within maybe_select_cc_mode, therefore we must continue. */
505 maybe_select_cc_mode (struct comparison *cmp, rtx a ATTRIBUTE_UNUSED, function
  /src/external/gpl3/gcc.old/dist/gcc/
compare-elim.cc 505 maybe_select_cc_mode (struct comparison *cmp, rtx a ATTRIBUTE_UNUSED,
725 rtx flags = maybe_select_cc_mode (cmp, src, CONST0_RTX (GET_MODE (src)));
728 /* We may already have a change group going through maybe_select_cc_mode.
742 /* We may already have a change group going through maybe_select_cc_mode.
860 flags = maybe_select_cc_mode (cmp, cmp_a, cmp_b);
882 a change group within maybe_select_cc_mode, therefore we must continue. */
504 maybe_select_cc_mode (struct comparison *cmp, rtx a ATTRIBUTE_UNUSED, function

Completed in 24 milliseconds