Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp512 unsigned getLocID(Register RegOrSpill, bool isSpill) { in getLocID() argument
513 return (isSpill) ? RegOrSpill.id() + NumRegs - 1 : RegOrSpill.id(); in getLocID()