Searched refs:IndexPlusCost (Results 1 – 2 of 2) sorted by relevance
172 IndexPlusCostPairTy &IPC = Entry.IndexPlusCost; in addRegisterFile()187 if (!OtherEntry.IndexPlusCost.first && in addRegisterFile()190 OtherEntry.IndexPlusCost = IPC; in addRegisterFile()200 unsigned RegisterFileIndex = Entry.IndexPlusCost.first; in allocatePhysRegs()201 unsigned Cost = Entry.IndexPlusCost.second; in allocatePhysRegs()215 unsigned RegisterFileIndex = Entry.IndexPlusCost.first; in freePhysRegs()216 unsigned Cost = Entry.IndexPlusCost.second; in freePhysRegs()260 WS.setPRF(RRI.IndexPlusCost.first); in addRegisterWrite()379 if (RRIFrom.IndexPlusCost.first != RegisterFileIndex) in canEliminateMove()383 if (RRITo.IndexPlusCost.first != RegisterFileIndex) in canEliminateMove()[all …]
166 IndexPlusCostPairTy IndexPlusCost; member171 : IndexPlusCost(std::make_pair(0U, 1U)), RenameAs(0U), AliasRegID(0U), in RegisterRenamingInfo()