Searched refs:OtherEntry (Results 1 – 1 of 1) sorted by relevance
99 RegisterRenamingInfo &OtherEntry = RegisterMappings[*I].second; in addRegisterFile() local100 if (!OtherEntry.IndexPlusCost.first && in addRegisterFile()101 (!OtherEntry.RenameAs || in addRegisterFile()102 MRI.isSuperRegister(*I, OtherEntry.RenameAs))) { in addRegisterFile()103 OtherEntry.IndexPlusCost = IPC; in addRegisterFile()104 OtherEntry.RenameAs = Reg; in addRegisterFile()