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

  /external/llvm/lib/CodeGen/
InterferenceCache.h 139 unsigned char* PhysRegEntries;
153 : TRI(nullptr), LIUArray(nullptr), MF(nullptr), PhysRegEntries(nullptr),
157 free(PhysRegEntries);
InterferenceCache.cpp 27 // Initializes PhysRegEntries (instead of a SmallVector, PhysRegEntries is a
31 // this is because PhysRegEntries works like a SparseSet and its entries are
34 // numbers of PhysRegs: in this case PhysRegEntries is freed and reinitialized.
37 free(PhysRegEntries);
39 PhysRegEntries = (unsigned char*)
57 unsigned E = PhysRegEntries[PhysReg];
75 PhysRegEntries[PhysReg] = E;

Completed in 35 milliseconds