Lines Matching refs:getMetadata
193 LiveIntervals &LIS = G.getMetadata().LIS; in apply()
310 LiveIntervals &LIS = G.getMetadata().LIS; in apply()
400 *G.getMetadata().MF.getSubtarget().getRegisterInfo(); in createInterferenceEdge()
438 MachineFunction &MF = G.getMetadata().MF; in apply()
439 MachineBlockFrequencyInfo &MBFI = G.getMetadata().MBFI; in apply()
459 PBQPRAGraph::NodeId NId = G.getMetadata().getNodeIdForVReg(SrcReg); in apply()
474 PBQPRAGraph::NodeId N1Id = G.getMetadata().getNodeIdForVReg(DstReg); in apply()
475 PBQPRAGraph::NodeId N2Id = G.getMetadata().getNodeIdForVReg(SrcReg); in apply()
592 MachineFunction &MF = G.getMetadata().MF; in initializeGraph()
594 LiveIntervals &LIS = G.getMetadata().LIS; in initializeGraph()
595 const MachineRegisterInfo &MRI = G.getMetadata().MF.getRegInfo(); in initializeGraph()
597 *G.getMetadata().MF.getSubtarget().getRegisterInfo(); in initializeGraph()
685 G.getMetadata().getAllowedRegs(std::move(VRegAllowed))); in initializeGraph()
686 G.getMetadata().setNodeIdForVReg(VReg, NId); in initializeGraph()
720 MachineFunction &MF = G.getMetadata().MF; in mapPBQPToRegAlloc()
721 LiveIntervals &LIS = G.getMetadata().LIS; in mapPBQPToRegAlloc()
892 const MachineRegisterInfo &MRI = G.getMetadata().MF.getRegInfo(); in PrintNodeInfo()