Lines Matching refs:LiveIntervals

80 INITIALIZE_PASS_DEPENDENCY(LiveIntervals)  in INITIALIZE_PASS_DEPENDENCY()
86 AU.addRequiredTransitive<LiveIntervals>(); in INITIALIZE_PASS_DEPENDENCY()
309 ArrayRef<unsigned> SpillOffsets, LiveIntervals &LIS,
317 LiveIntervals &LIS);
447 LiveIntervals &LIS);
463 MachineRegisterInfo &MRI, LiveIntervals &LIS);
468 LiveIntervals &LIS, LexicalScopes &LS);
473 LiveIntervals &LIS);
484 void emitDebugValues(VirtRegMap *VRM, LiveIntervals &LIS,
505 LiveIntervals &LIS, const TargetInstrInfo &TII,
520 void emitDebugLabel(LiveIntervals &LIS, const TargetInstrInfo &TII,
534 LiveIntervals *LIS;
959 LiveIntervals &LIS) { in extendDef()
1013 MachineRegisterInfo &MRI, LiveIntervals &LIS) { in addDefsFromCopies()
1100 LiveIntervals &LIS, LexicalScopes &LS) { in computeIntervals()
1261 LIS = &pass.getAnalysis<LiveIntervals>(); in runOnMachineFunction()
1329 LiveIntervals& LIS) { in splitLocation()
1429 LiveIntervals &LIS) { in splitRegister()
1501 splitRegister(Register OldReg, ArrayRef<Register> NewRegs, LiveIntervals &LIS) { in splitRegister()
1586 findInsertLocation(MachineBasicBlock *MBB, SlotIndex Idx, LiveIntervals &LIS, in findInsertLocation()
1634 LiveIntervals &LIS, const TargetRegisterInfo &TRI) { in findNextInsertLocation()
1661 LiveIntervals &LIS, const TargetInstrInfo &TII, in insertDebugValue()
1730 LiveIntervals &LIS, const TargetInstrInfo &TII, in insertDebugLabel()
1739 void UserValue::emitDebugValues(VirtRegMap *VRM, LiveIntervals &LIS, in emitDebugValues()
1795 void UserLabel::emitDebugLabel(LiveIntervals &LIS, const TargetInstrInfo &TII, in emitDebugLabel()