Searched refs:LIUArray (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | InterferenceCache.cpp | 56 LIUArray = liuarray; in init() 66 if (!Entries[E].valid(LIUArray, TRI)) in get() 67 Entries[E].revalidate(LIUArray, TRI); in get() 81 Entries[E].reset(PhysReg, LIUArray, TRI, MF); in get() 89 void InterferenceCache::Entry::revalidate(LiveIntervalUnion *LIUArray, in revalidate() argument 97 RegUnits[i++].VirtTag = LIUArray[Unit].getTag(); in revalidate() 101 LiveIntervalUnion *LIUArray, in reset() argument 114 RegUnits.push_back(LIUArray[Unit]); in reset() 119 bool InterferenceCache::Entry::valid(LiveIntervalUnion *LIUArray, in valid() argument 125 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
|