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

  /src/external/gpl3/gcc/dist/gcc/
gensupport.cc 45 int insn_elision = 1; variable
3196 if (truth || !insn_elision)
3207 if (truth || !insn_elision)
3219 if (truth || !insn_elision)
3231 if (truth || !insn_elision)
3250 their C test is provably always false). If insn_elision is
3253 is the caller's responsibility, when insn_elision is false, not
3280 while (truth == 0 && insn_elision);
  /src/external/gpl3/gcc.old/dist/gcc/
gensupport.cc 41 int insn_elision = 1; variable
2650 their C test is provably always false). If insn_elision is
2653 is the caller's responsibility, when insn_elision is false, not
2680 while (truth == 0 && insn_elision);

Completed in 32 milliseconds