Home
last modified time | relevance | path

Searched refs:CSRHintsForAllocOrder (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp95 BitVector CSRHintsForAllocOrder(TRI->getNumRegs()); in runOnMachineFunction() local
98 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()