Lines Matching refs:LiveIntervals
127 void findVRegIntervalsToAlloc(const MachineFunction &MF, LiveIntervals &LIS);
134 MachineFunction &MF, LiveIntervals &LIS, VirtRegMap &VRM,
146 void finalizeAlloc(MachineFunction &MF, LiveIntervals &LIS,
157 LiveIntervals &LIS = G.getMetadata().LIS; in apply()
276 LiveIntervals &LIS = G.getMetadata().LIS; in apply()
505 au.addRequired<LiveIntervals>(); in getAnalysisUsage()
506 au.addPreserved<LiveIntervals>(); in getAnalysisUsage()
524 LiveIntervals &LIS) { in findVRegIntervalsToAlloc()
558 LiveIntervals &LIS = G.getMetadata().LIS; in initializeGraph()
630 MachineFunction &MF, LiveIntervals &LIS, in spillVReg()
660 LiveIntervals &LIS = G.getMetadata().LIS; in mapPBQPToRegAlloc()
695 LiveIntervals &LIS, in finalizeAlloc()
724 LiveIntervals &LIS = getAnalysis<LiveIntervals>(); in runOnMachineFunction()