Lines Matching defs:PhysReg
224 MCRegister PhysReg;
229 // Interference for PhysReg.
237 PhysReg = Reg;
256 /// Candidate info for each PhysReg in AllocationOrder.
337 bool mayRecolorAllInterferences(MCRegister PhysReg,
350 unsigned calculateRegionSplitCostAroundReg(MCPhysReg PhysReg,
370 AllocationOrder &Order, MCRegister PhysReg,
398 /// In case of a physical register Reg == PhysReg.
399 MCRegister PhysReg;
401 HintInfo(BlockFrequency Freq, Register Reg, MCRegister PhysReg)
402 : Freq(Freq), Reg(Reg), PhysReg(PhysReg) {}