Searched refs:RegCosts (Results 1 – 7 of 7) sorted by relevance
104 RegCosts = TRI->getRegisterCosts(*MF); in runOnMachineFunction()149 uint8_t Cost = RegCosts[PhysReg]; in compute()168 uint8_t Cost = RegCosts[PhysReg]; in compute()
145 const ArrayRef<uint8_t> RegCosts; variable
131 RegClassInfo(RA.getRegClassInfo()), RegCosts(TRI->getRegisterCosts(MF)), in RegAllocEvictionAdvisor()
275 ArrayRef<uint8_t> RegCosts; variable
439 uint8_t Cost = RegCosts[PhysReg]; in tryAssign()548 if (RegCosts[Order.getOrder().back()] >= CostPerUseLimit) { in getOrderLimit()559 if (RegCosts[PhysReg] >= CostPerUseLimit) in canAllocatePhysReg()2739 RegCosts = TRI->getRegisterCosts(*MF); in runOnMachineFunction()
72 ArrayRef<uint8_t> RegCosts; variable
551 list<int> RegCosts = Costs;