Lines Matching defs:PhysReg
225 MCRegister PhysReg;
230 // Interference for PhysReg.
238 PhysReg = Reg;
257 /// Candidate info for each PhysReg in AllocationOrder.
338 bool mayRecolorAllInterferences(MCRegister PhysReg,
351 unsigned calculateRegionSplitCostAroundReg(MCPhysReg PhysReg,
371 AllocationOrder &Order, MCRegister PhysReg,
399 /// In case of a physical register Reg == PhysReg.
400 MCRegister PhysReg;
402 HintInfo(BlockFrequency Freq, Register Reg, MCRegister PhysReg)
403 : Freq(Freq), Reg(Reg), PhysReg(PhysReg) {}