Searched refs:LIs (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp164 LiveIntervals &LIs = G.getMetadata().LIS;
187 const LiveInterval &ld = LIs.getInterval(Rd);
188 const LiveInterval &la = LIs.getInterval(Ra);
245 LiveIntervals &LIs = G.getMetadata().LIS; local
263 const LiveInterval &ld = LIs.getInterval(Rd);
269 const LiveInterval &lr = LIs.getInterval(r);
320 static bool regJustKilledBefore(const LiveIntervals &LIs, unsigned reg, argument
322 const LiveInterval &LI = LIs.getInterval(reg);
323 SlotIndex SI = LIs.getInstructionIndex(&MI);
329 LiveIntervals &LIs local
[all...]

Completed in 79 milliseconds