Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Entries

31 // this is because PhysRegEntries works like a SparseSet and its entries are
53 Entries[i].clear(mf, indexes, lis);
58 if (E < CacheEntries && Entries[E].getPhysReg() == PhysReg) {
59 if (!Entries[E].valid(LIUArray, TRI))
60 Entries[E].revalidate(LIUArray, TRI);
61 return &Entries[E];
68 // Skip entries that are in use.
69 if (Entries[E].hasRefs()) {
74 Entries[E].reset(PhysReg, LIUArray, TRI, MF);
76 return &Entries[E];
78 llvm_unreachable("Ran out of interference cache entries.");
84 // Invalidate all block entries.