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

  /src/external/gpl3/gcc/dist/gcc/
input.cc 391 file_cache_slot *to_evict = &m_file_slots[0]; local
392 unsigned huc = to_evict->get_use_count ();
398 if (c->get_use_count () < to_evict->get_use_count ()
399 || (to_evict->get_file_path () && c_is_empty))
402 to_evict = c;
416 return to_evict;
  /src/external/gpl3/gcc.old/dist/gcc/
input.cc 407 file_cache_slot *to_evict = &m_file_slots[0]; local
408 unsigned huc = to_evict->get_use_count ();
414 if (c->get_use_count () < to_evict->get_use_count ()
415 || (to_evict->get_file_path () && c_is_empty))
418 to_evict = c;
432 return to_evict;

Completed in 22 milliseconds