Lines Matching refs:getMetadata
195 LiveIntervals &LIS = G.getMetadata().LIS; in apply()
312 LiveIntervals &LIS = G.getMetadata().LIS; in apply()
402 *G.getMetadata().MF.getSubtarget().getRegisterInfo(); in createInterferenceEdge()
440 MachineFunction &MF = G.getMetadata().MF; in apply()
441 MachineBlockFrequencyInfo &MBFI = G.getMetadata().MBFI; in apply()
462 PBQPRAGraph::NodeId NId = G.getMetadata().getNodeIdForVReg(SrcReg); in apply()
477 PBQPRAGraph::NodeId N1Id = G.getMetadata().getNodeIdForVReg(DstReg); in apply()
478 PBQPRAGraph::NodeId N2Id = G.getMetadata().getNodeIdForVReg(SrcReg); in apply()
580 MachineFunction &MF = G.getMetadata().MF; in initializeGraph()
582 LiveIntervals &LIS = G.getMetadata().LIS; in initializeGraph()
583 const MachineRegisterInfo &MRI = G.getMetadata().MF.getRegInfo(); in initializeGraph()
585 *G.getMetadata().MF.getSubtarget().getRegisterInfo(); in initializeGraph()
672 G.getMetadata().getAllowedRegs(std::move(VRegAllowed))); in initializeGraph()
673 G.getMetadata().setNodeIdForVReg(VReg, NId); in initializeGraph()
708 MachineFunction &MF = G.getMetadata().MF; in mapPBQPToRegAlloc()
709 LiveIntervals &LIS = G.getMetadata().LIS; in mapPBQPToRegAlloc()
880 const MachineRegisterInfo &MRI = G.getMetadata().MF.getRegInfo(); in PrintNodeInfo()