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

  /src/external/gpl3/gcc/dist/gcc/
gimple-loop-versioning.cc 718 Record in UNLIKELY_P if at least one of those values is unlikely to be
733 bool unlikely_p = false; local
748 unlikely_p = true;
775 unlikely_p = true;
785 return unlikely_p ? INNER_UNLIKELY : INNER_DONT_KNOW;
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-loop-versioning.cc 718 Record in UNLIKELY_P if at least one of those values is unlikely to be
733 bool unlikely_p = false; local
748 unlikely_p = true;
775 unlikely_p = true;
785 return unlikely_p ? INNER_UNLIKELY : INNER_DONT_KNOW;

Completed in 27 milliseconds