Lines Matching refs:LiveIntervals
52 AU.addRequired<LiveIntervals>(); in getAnalysisUsage()
55 AU.addPreserved<LiveIntervals>(); in getAnalysisUsage()
101 LiveIntervals &LIS) { in convertImplicitDefToConstZero()
266 const LiveIntervals &LIS) { in getVRegDef()
284 LiveIntervals &LIS) { in hasOneNonDBGUse()
438 LiveIntervals &LIS, in oneUseDominatesOtherUses()
511 static void shrinkToUses(LiveInterval &LI, LiveIntervals &LIS) { in shrinkToUses()
522 MachineInstr *Insert, LiveIntervals &LIS, in moveForSingleUse()
571 MachineBasicBlock::instr_iterator Insert, LiveIntervals &LIS, in rematerializeCheapDef()
634 MachineInstr *Insert, LiveIntervals &LIS, WebAssemblyFunctionInfo &MFI, in moveAndTeeForMultiUse()
815 auto &LIS = getAnalysis<LiveIntervals>(); in runOnMachineFunction()