Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h76 struct LiveRegUnit { struct
84 LiveRegUnit(unsigned RU) : RegUnit(RU) {} in LiveRegUnit() argument
366 SparseSet<LiveRegUnit> &RegUnits);
368 SparseSet<LiveRegUnit> &RegUnits);
373 SparseSet<LiveRegUnit> &RegUnits);
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp702 SparseSet<LiveRegUnit> &RegUnits, in updatePhysDepsDownwards()
727 SparseSet<LiveRegUnit>::iterator I = RegUnits.find(*Units); in updatePhysDepsDownwards()
745 LiveRegUnit &LRU = RegUnits[*Units]; in updatePhysDepsDownwards()
784 SparseSet<LiveRegUnit> &RegUnits) { in updateDepth()
823 SparseSet<LiveRegUnit> &RegUnits) { in updateDepth()
830 SparseSet<LiveRegUnit> &RegUnits) { in updateDepths()
856 SparseSet<LiveRegUnit> RegUnits; in computeInstrDepths()
916 SparseSet<LiveRegUnit>::iterator I = RegUnits.find(*Units); in updatePhysDepsUpwards()
936 LiveRegUnit &LRU = RegUnits[*Units]; in updatePhysDepsUpwards()
1021 SparseSet<LiveRegUnit> RegUnits; in computeInstrHeights()
[all …]
H A DMachineCombiner.cpp435 SparseSet<LiveRegUnit> &RegUnits, in insertDeleteInstructions()
508 SparseSet<LiveRegUnit> RegUnits; in combineInstructions()