Searched refs:IndexPlusCost (Results 1 – 2 of 2) sorted by relevance
165 IndexPlusCostPairTy &IPC = Entry.IndexPlusCost; in addRegisterFile()180 if (!OtherEntry.IndexPlusCost.first && in addRegisterFile()183 OtherEntry.IndexPlusCost = IPC; in addRegisterFile()193 unsigned RegisterFileIndex = Entry.IndexPlusCost.first; in allocatePhysRegs()194 unsigned Cost = Entry.IndexPlusCost.second; in allocatePhysRegs()208 unsigned RegisterFileIndex = Entry.IndexPlusCost.first; in freePhysRegs()209 unsigned Cost = Entry.IndexPlusCost.second; in freePhysRegs()249 WS.setPRF(RRI.IndexPlusCost.first); in addRegisterWrite()364 if (RRIFrom.IndexPlusCost.first != RegisterFileIndex) in canEliminateMove()368 if (RRITo.IndexPlusCost.first != RegisterFileIndex) in canEliminateMove()[all …]
166 IndexPlusCostPairTy IndexPlusCost; member171 : IndexPlusCost(std::make_pair(0U, 1U)), RenameAs(0U), AliasRegID(0U), in RegisterRenamingInfo()