Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp97 BitVector CSRHintsForAllocOrder(TRI->getNumRegs()); in runOnMachineFunction() local
100 CSRHintsForAllocOrder[(*AI).id()] = in runOnMachineFunction()
102 if (IgnoreCSRForAllocOrder != CSRHintsForAllocOrder) { in runOnMachineFunction()
104 IgnoreCSRForAllocOrder = CSRHintsForAllocOrder; in runOnMachineFunction()