Lines Matching refs:getMetadata
157 LiveIntervals &LIS = G.getMetadata().LIS; in apply()
276 LiveIntervals &LIS = G.getMetadata().LIS; in apply()
367 *G.getMetadata().MF.getSubtarget().getRegisterInfo(); in createInterferenceEdge()
406 MachineFunction &MF = G.getMetadata().MF; in apply()
407 MachineBlockFrequencyInfo &MBFI = G.getMetadata().MBFI; in apply()
429 PBQPRAGraph::NodeId NId = G.getMetadata().getNodeIdForVReg(SrcReg); in apply()
444 PBQPRAGraph::NodeId N1Id = G.getMetadata().getNodeIdForVReg(DstReg); in apply()
445 PBQPRAGraph::NodeId N2Id = G.getMetadata().getNodeIdForVReg(SrcReg); in apply()
556 MachineFunction &MF = G.getMetadata().MF; in initializeGraph()
558 LiveIntervals &LIS = G.getMetadata().LIS; in initializeGraph()
559 const MachineRegisterInfo &MRI = G.getMetadata().MF.getRegInfo(); in initializeGraph()
561 *G.getMetadata().MF.getSubtarget().getRegisterInfo(); in initializeGraph()
623 G.getMetadata().getAllowedRegs(std::move(VRegAllowed))); in initializeGraph()
624 G.getMetadata().setNodeIdForVReg(VReg, NId); in initializeGraph()
659 MachineFunction &MF = G.getMetadata().MF; in mapPBQPToRegAlloc()
660 LiveIntervals &LIS = G.getMetadata().LIS; in mapPBQPToRegAlloc()
813 const MachineRegisterInfo &MRI = G.getMetadata().MF.getRegInfo(); in PrintNodeInfo()