Searched refs:LiveRegUnit (Results 1 – 1 of 1) sorted by relevance
589 struct LiveRegUnit { struct597 LiveRegUnit(unsigned RU) : RegUnit(RU), Cycle(0), MI(0), Op(0) {} in LiveRegUnit() argument605 SparseSet<LiveRegUnit> &RegUnits, in updatePhysDepsDownwards()628 SparseSet<LiveRegUnit>::iterator I = RegUnits.find(*Units); in updatePhysDepsDownwards()647 LiveRegUnit &LRU = RegUnits[*Units]; in updatePhysDepsDownwards()706 SparseSet<LiveRegUnit> RegUnits; in computeInstrDepths()771 SparseSet<LiveRegUnit> &RegUnits, in updatePhysDepsUpwards()789 SparseSet<LiveRegUnit>::iterator I = RegUnits.find(*Units); in updatePhysDepsUpwards()814 LiveRegUnit &LRU = RegUnits[*Units]; in updatePhysDepsUpwards()901 SparseSet<LiveRegUnit> RegUnits; in computeInstrHeights()[all …]