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

  /src/external/gpl3/gcc.old/dist/gcc/
optabs.cc 7498 bool unused_result = (target == const0_rtx);
7508 if (unused_result)
7536 if (after || unused_result || optab.reverse_code != UNKNOWN)
7546 if (unused_result)
7586 bool unused_result = (target == const0_rtx);
7635 && (after || unused_result || optab.reverse_code != UNKNOWN))
7649 if (!unused_result && fixup)
7668 if (!unused_result)
7691 if (!unused_result && after)
7474 bool unused_result = (target == const0_rtx); local
7562 bool unused_result = (target == const0_rtx); local
  /src/external/gpl3/gcc/dist/gcc/
optabs.cc 7752 bool unused_result = (target == const0_rtx);
7762 if (unused_result)
7790 if (after || unused_result || optab.reverse_code != UNKNOWN)
7800 if (unused_result)
7840 bool unused_result = (target == const0_rtx);
7889 && (after || unused_result || optab.reverse_code != UNKNOWN))
7903 if (!unused_result && fixup)
7922 if (!unused_result)
7945 if (!unused_result && after)
7729 bool unused_result = (target == const0_rtx); local
7817 bool unused_result = (target == const0_rtx); local

Completed in 28 milliseconds