Lines Matching refs:getMetadata
164 LiveIntervals &LIS = G.getMetadata().LIS; in apply()
283 LiveIntervals &LIS = G.getMetadata().LIS; in apply()
374 *G.getMetadata().MF.getSubtarget().getRegisterInfo(); in createInterferenceEdge()
413 MachineFunction &MF = G.getMetadata().MF; in apply()
414 MachineBlockFrequencyInfo &MBFI = G.getMetadata().MBFI; in apply()
436 PBQPRAGraph::NodeId NId = G.getMetadata().getNodeIdForVReg(SrcReg); in apply()
451 PBQPRAGraph::NodeId N1Id = G.getMetadata().getNodeIdForVReg(DstReg); in apply()
452 PBQPRAGraph::NodeId N2Id = G.getMetadata().getNodeIdForVReg(SrcReg); in apply()
563 MachineFunction &MF = G.getMetadata().MF; in initializeGraph()
565 LiveIntervals &LIS = G.getMetadata().LIS; in initializeGraph()
566 const MachineRegisterInfo &MRI = G.getMetadata().MF.getRegInfo(); in initializeGraph()
568 *G.getMetadata().MF.getSubtarget().getRegisterInfo(); in initializeGraph()
630 G.getMetadata().getAllowedRegs(std::move(VRegAllowed))); in initializeGraph()
631 G.getMetadata().setNodeIdForVReg(VReg, NId); in initializeGraph()
667 MachineFunction &MF = G.getMetadata().MF; in mapPBQPToRegAlloc()
668 LiveIntervals &LIS = G.getMetadata().LIS; in mapPBQPToRegAlloc()
832 const MachineRegisterInfo &MRI = G.getMetadata().MF.getRegInfo(); in PrintNodeInfo()