Searched refs:LIUArray (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | InterferenceCache.cpp | 55 LIUArray = liuarray; in init() 65 if (!Entries[E].valid(LIUArray, TRI)) in get() 66 Entries[E].revalidate(LIUArray, TRI); in get() 80 Entries[E].reset(PhysReg, LIUArray, TRI, MF); in get() 88 void InterferenceCache::Entry::revalidate(LiveIntervalUnion *LIUArray, in revalidate() argument 96 RegUnits[i++].VirtTag = LIUArray[Unit].getTag(); in revalidate() 100 LiveIntervalUnion *LIUArray, in reset() argument 113 RegUnits.push_back(LIUArray[Unit]); in reset() 118 bool InterferenceCache::Entry::valid(LiveIntervalUnion *LIUArray, in valid() argument 124 if (LIUArray[Unit].changedSince(RegUnits[i].VirtTag)) in valid()
|
| H A D | InterferenceCache.h | 117 void revalidate(LiveIntervalUnion *LIUArray, const TargetRegisterInfo *TRI); 120 bool valid(LiveIntervalUnion *LIUArray, const TargetRegisterInfo *TRI); 123 void reset(MCRegister physReg, LiveIntervalUnion *LIUArray, 140 LiveIntervalUnion *LIUArray = nullptr; variable
|