Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DRegisterClassInfo.cpp99 if (IgnoreCSRForAllocOrder.size() != CSRHintsForAllocOrder.size() || in runOnMachineFunction()
100 IgnoreCSRForAllocOrder != CSRHintsForAllocOrder) { in runOnMachineFunction()
102 IgnoreCSRForAllocOrder = CSRHintsForAllocOrder; in runOnMachineFunction()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DRegisterClassInfo.h64 BitVector IgnoreCSRForAllocOrder; variable