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

  /src/external/gpl3/gcc/dist/gcc/
cfgloopanal.cc 245 bool found_latch = false; local
252 found_latch = true;
258 found_latch = true;
259 gcc_checking_assert (found_latch);
tree-cfgcleanup.cc 1039 bool found_latch = false; local
1056 found_latch = true;
1063 if (found_latch && ! any_abnormal && n > 1)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-cfgcleanup.cc 1022 bool found_latch = false; local
1039 found_latch = true;
1046 if (found_latch && ! any_abnormal && n > 1)

Completed in 23 milliseconds