Searched refs:IndexPlusCost (Results 1 – 2 of 2) sorted by relevance
177 IndexPlusCostPairTy &IPC = Entry.IndexPlusCost; in addRegisterFile()192 if (!OtherEntry.IndexPlusCost.first && in addRegisterFile()195 OtherEntry.IndexPlusCost = IPC; in addRegisterFile()205 unsigned RegisterFileIndex = Entry.IndexPlusCost.first; in allocatePhysRegs()206 unsigned Cost = Entry.IndexPlusCost.second; in allocatePhysRegs()220 unsigned RegisterFileIndex = Entry.IndexPlusCost.first; in freePhysRegs()221 unsigned Cost = Entry.IndexPlusCost.second; in freePhysRegs()265 WS.setPRF(RRI.IndexPlusCost.first); in addRegisterWrite()399 if (RRIFrom.IndexPlusCost.first != RegisterFileIndex) in canEliminateMove()403 if (RRITo.IndexPlusCost.first != RegisterFileIndex) in canEliminateMove()[all …]
166 IndexPlusCostPairTy IndexPlusCost; member171 : IndexPlusCost(std::make_pair(0U, 1U)), RenameAs(0U), AliasRegID(0U), in RegisterRenamingInfo()