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

  /src/external/gpl3/gcc/dist/gcc/
cfganal.cc 878 bool has_unvisited_bb = false;
924 has_unvisited_bb = true;
950 if (has_unvisited_bb && stack.is_empty ())
874 bool has_unvisited_bb = false; local
  /src/external/gpl3/gcc.old/dist/gcc/
cfganal.cc 876 bool has_unvisited_bb = false;
922 has_unvisited_bb = true;
948 if (has_unvisited_bb && stack.is_empty ())
872 bool has_unvisited_bb = false; local

Completed in 16 milliseconds