Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp78 if (IgnoreCSRForAllocOrder.size() != CSRHintsForAllocOrder.size() || in runOnMachineFunction()
79 IgnoreCSRForAllocOrder != CSRHintsForAllocOrder) { in runOnMachineFunction()
81 IgnoreCSRForAllocOrder = CSRHintsForAllocOrder; in runOnMachineFunction()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h65 BitVector IgnoreCSRForAllocOrder; variable