Lines Matching refs:LiveIntervals
60 INITIALIZE_PASS_DEPENDENCY(LiveIntervals) in INITIALIZE_PASS_DEPENDENCY()
66 AU.addRequiredTransitive<LiveIntervals>(); in INITIALIZE_PASS_DEPENDENCY()
133 LiveIntervals &LIS, const TargetInstrInfo &TII);
138 LiveIntervals &LIS);
235 LiveIntervals &LIS, MachineDominatorTree &MDT,
249 LiveIntervals &LIS);
254 LiveIntervals &LIS, MachineDominatorTree &MDT,
260 LiveIntervals &LIS);
268 LiveIntervals &LIS, const TargetInstrInfo &TRI);
282 LiveIntervals *LIS;
541 LiveIntervals &LIS, MachineDominatorTree &MDT, in extendDef()
586 MachineRegisterInfo &MRI, LiveIntervals &LIS) { in addDefsFromCopies()
656 LiveIntervals &LIS, in computeIntervals()
719 LIS = &pass.getAnalysis<LiveIntervals>(); in runOnMachineFunction()
773 LiveIntervals& LIS) { in splitLocation()
872 LiveIntervals &LIS) { in splitRegister()
901 splitRegister(unsigned OldReg, ArrayRef<unsigned> NewRegs, LiveIntervals &LIS) { in splitRegister()
938 LiveIntervals &LIS) { in findInsertLocation()
960 LiveIntervals &LIS, in insertDebugValue()
980 void UserValue::emitDebugValues(VirtRegMap *VRM, LiveIntervals &LIS, in emitDebugValues()