Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp179 RegisterRenamingInfo &OtherEntry = RegisterMappings[*I].second; in addRegisterFile() local
180 if (!OtherEntry.IndexPlusCost.first && in addRegisterFile()
181 (!OtherEntry.RenameAs || in addRegisterFile()
182 MRI.isSuperRegister(*I, OtherEntry.RenameAs))) { in addRegisterFile()
183 OtherEntry.IndexPlusCost = IPC; in addRegisterFile()
184 OtherEntry.RenameAs = Reg; in addRegisterFile()