Searched refs:CSRHintsForAllocOrder (Results 1 – 1 of 1) sorted by relevance
95 BitVector CSRHintsForAllocOrder(TRI->getNumRegs()); in runOnMachineFunction() local98 CSRHintsForAllocOrder[*AI] = STI.ignoreCSRForAllocationOrder(mf, *AI); in runOnMachineFunction()99 if (IgnoreCSRForAllocOrder.size() != CSRHintsForAllocOrder.size() || in runOnMachineFunction()100 IgnoreCSRForAllocOrder != CSRHintsForAllocOrder) { in runOnMachineFunction()102 IgnoreCSRForAllocOrder = CSRHintsForAllocOrder; in runOnMachineFunction()