Searched refs:PhysRegEntriesCount (Results 1 – 2 of 2) sorted by relevance
140 size_t PhysRegEntriesCount; variable154 PhysRegEntriesCount(0), RoundRobin(0) {} in InterferenceCache()
36 if (PhysRegEntriesCount == TRI->getNumRegs()) return; in reinitPhysRegEntries()38 PhysRegEntriesCount = TRI->getNumRegs(); in reinitPhysRegEntries()40 calloc(PhysRegEntriesCount, sizeof(unsigned char)); in reinitPhysRegEntries()