Home
last modified time | relevance | path

Searched refs:LiveRegUnit (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp680 struct LiveRegUnit { struct
688 LiveRegUnit(unsigned RU) : RegUnit(RU), Cycle(0), MI(nullptr), Op(0) {} in LiveRegUnit() argument
696 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 …]