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

  /src/external/gpl3/gcc/dist/gcc/
lto-streamer-out.cc 632 int max_local_entry; member in class:DFS
697 max_local_entry = -1;
725 max_local_entry = sccstack.length ();
781 || max_local_entry >= (int)first;
932 if ((int)first <= max_local_entry)
933 max_local_entry = first - 1;
1778 max_local_entry = sccstack.length () - 1;
  /src/external/gpl3/gcc.old/dist/gcc/
lto-streamer-out.cc 625 int max_local_entry; member in class:DFS
690 max_local_entry = -1;
718 max_local_entry = sccstack.length ();
774 || max_local_entry >= (int)first;
925 if ((int)first <= max_local_entry)
926 max_local_entry = first - 1;
1769 max_local_entry = sccstack.length () - 1;

Completed in 27 milliseconds