Searched refs:CSRHintsForAllocOrder (Results 1 – 1 of 1) sorted by relevance
74 BitVector CSRHintsForAllocOrder(TRI->getNumRegs()); in runOnMachineFunction() local77 CSRHintsForAllocOrder[*AI] = STI.ignoreCSRForAllocationOrder(mf, *AI); in runOnMachineFunction()78 if (IgnoreCSRForAllocOrder.size() != CSRHintsForAllocOrder.size() || in runOnMachineFunction()79 IgnoreCSRForAllocOrder != CSRHintsForAllocOrder) { in runOnMachineFunction()81 IgnoreCSRForAllocOrder = CSRHintsForAllocOrder; in runOnMachineFunction()