Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp426 const std::pair<Register, SmallVector<Register, 4>> &Hints_MRI = in getRegAllocationHints() local
431 bool Skip = (Hints_MRI.first != 0); in getRegAllocationHints()
432 for (auto Reg : Hints_MRI.second) { in getRegAllocationHints()