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

  /src/external/gpl3/gcc.old/dist/gcc/
profile-count.cc 45 "afdo",
185 else if (m_quality == AFDO)
profile-count.h 56 AFDO,
521 /* Return THIS with quality dropped to AFDO. */
522 profile_probability afdo () const function
525 ret.m_quality = AFDO;
1170 /* Return THIS with quality dropped to AFDO. */
1171 profile_count afdo () const function
1174 ret.m_quality = AFDO;
  /src/external/gpl3/gcc/dist/gcc/
profile-count.cc 45 "afdo",
182 else if (m_quality == AFDO)
profile-count.h 56 AFDO,
526 /* Return THIS with quality dropped to AFDO. */
527 profile_probability afdo () const function
530 ret.m_quality = AFDO;
1252 /* Return THIS with quality dropped to AFDO. */
1253 profile_count afdo () const function
1256 ret.m_quality = AFDO;

Completed in 29 milliseconds