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

  /src/external/gpl3/gcc/dist/gcc/
lower-subreg.cc 903 bool pushing; local
1046 handle the common case of pushing an operand directly. We also
1052 pushing = push_operand (dest, dest_mode);
1054 || (side_effects_p (dest) && !pushing)
1068 if (pushing)
  /src/external/gpl3/gcc.old/dist/gcc/
lower-subreg.cc 902 bool pushing; local
1030 handle the common case of pushing an operand directly. We also
1036 pushing = push_operand (dest, dest_mode);
1038 || (side_effects_p (dest) && !pushing)
1052 if (pushing)

Completed in 24 milliseconds