Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp127 for (MCPhysReg OrderReg : Order) in getRegAllocationHints() local
128 if (TwoAddrHints.count(OrderReg)) in getRegAllocationHints()
129 Hints.push_back(OrderReg); in getRegAllocationHints()