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

  /src/external/gpl3/gcc/dist/gcc/
targhooks.cc 605 static bool first_time_p = true; local
608 if (first_time_p)
610 first_time_p = false;
tree-vect-slp.cc 7842 bool first_time_p = shared.datarefs.is_empty (); local
7844 if (first_time_p)
  /src/external/gpl3/gcc.old/dist/gcc/
targhooks.cc 594 static bool first_time_p = true; local
597 if (first_time_p)
599 first_time_p = false;
tree-vect-slp.cc 6005 bool first_time_p = shared.datarefs.is_empty (); local
6007 if (first_time_p)

Completed in 133 milliseconds