Searched refs:RegOrSpill (Results 1 – 1 of 1) sorted by relevance
512 unsigned getLocID(Register RegOrSpill, bool isSpill) { in getLocID() argument513 return (isSpill) ? RegOrSpill.id() + NumRegs - 1 : RegOrSpill.id(); in getLocID()