Searched refs:OtherEntry (Results 1 – 1 of 1) sorted by relevance
186 RegisterRenamingInfo &OtherEntry = RegisterMappings[I].second; in addRegisterFile() local187 if (!OtherEntry.IndexPlusCost.first && in addRegisterFile()188 (!OtherEntry.RenameAs || in addRegisterFile()189 MRI.isSuperRegister(I, OtherEntry.RenameAs))) { in addRegisterFile()190 OtherEntry.IndexPlusCost = IPC; in addRegisterFile()191 OtherEntry.RenameAs = Reg; in addRegisterFile()