HomeSort by relevance Sort by last modified time
    Searched refs:RoundRobin (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
InterferenceCache.h 143 unsigned RoundRobin;
154 PhysRegEntriesCount(0), RoundRobin(0) {}
InterferenceCache.cpp 64 E = RoundRobin;
65 if (++RoundRobin == CacheEntries)
66 RoundRobin = 0;

Completed in 46 milliseconds