Searched refs:LiveRegUnit (Results 1 – 1 of 1) sorted by relevance
680 struct LiveRegUnit { struct688 LiveRegUnit(unsigned RU) : RegUnit(RU), Cycle(0), MI(nullptr), Op(0) {} in LiveRegUnit() function696 SparseSet<LiveRegUnit> &RegUnits, in updatePhysDepsDownwards()721 SparseSet<LiveRegUnit>::iterator I = RegUnits.find(*Units); in updatePhysDepsDownwards()739 LiveRegUnit &LRU = RegUnits[*Units]; in updatePhysDepsDownwards()797 SparseSet<LiveRegUnit> RegUnits; in computeInstrDepths()869 SparseSet<LiveRegUnit> &RegUnits, in updatePhysDepsUpwards()891 SparseSet<LiveRegUnit>::iterator I = RegUnits.find(*Units); in updatePhysDepsUpwards()911 LiveRegUnit &LRU = RegUnits[*Units]; in updatePhysDepsUpwards()997 SparseSet<LiveRegUnit> RegUnits; in computeInstrHeights()[all …]