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

  /src/external/gpl3/gcc/dist/gcc/
regcprop.cc 1124 bool noop_p = (copy_p local
1129 if (noop_p
1141 noop_p = false;
1144 if (!noop_p)
tree-vect-slp.cc 8623 bool noop_p = true; local
8708 noop_p = false;
8713 if (!noop_p)
8786 noop_p = true;
  /src/external/gpl3/gcc.old/dist/gcc/
regcprop.cc 1109 bool noop_p = (copy_p local
1114 if (noop_p
1126 noop_p = false;
1129 if (!noop_p)
tree-vect-slp.cc 6758 bool noop_p = true; local
6841 noop_p = false;
6844 if (index == count && !noop_p)
6874 if (! noop_p)
6886 if (! noop_p)
6922 noop_p = true;

Completed in 41 milliseconds