Searched refs:OtherEntry (Results 1 – 1 of 1) sorted by relevance
191 RegisterRenamingInfo &OtherEntry = RegisterMappings[I].second; in addRegisterFile() local192 if (!OtherEntry.IndexPlusCost.first && in addRegisterFile()193 (!OtherEntry.RenameAs || in addRegisterFile()194 MRI.isSuperRegister(I, OtherEntry.RenameAs))) { in addRegisterFile()195 OtherEntry.IndexPlusCost = IPC; in addRegisterFile()196 OtherEntry.RenameAs = Reg; in addRegisterFile()