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

  /src/external/gpl3/gcc/dist/gcc/
gimple-harden-conditionals.cc 151 bool need_memory = true; local
158 need_memory = false;
164 const char *constraint_out = need_memory ? "=m" : "=g";
165 const char *constraint_in = need_memory ? "m" : "0";
167 if (need_memory)
201 if (need_memory)
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-harden-conditionals.cc 142 bool need_memory = true; local
149 need_memory = false;
155 const char *constraint_out = need_memory ? "=m" : "=g";
156 const char *constraint_in = need_memory ? "m" : "0";
158 if (need_memory)
192 if (need_memory)

Completed in 26 milliseconds