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

  /external/llvm/lib/CodeGen/
InterferenceCache.h 140 size_t PhysRegEntriesCount;
154 PhysRegEntriesCount(0), RoundRobin(0) {}
InterferenceCache.cpp 36 if (PhysRegEntriesCount == TRI->getNumRegs()) return;
38 PhysRegEntriesCount = TRI->getNumRegs();
40 calloc(PhysRegEntriesCount, sizeof(unsigned char));

Completed in 429 milliseconds