Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h74 struct LiveRegUnit { struct
82 LiveRegUnit(unsigned RU) : RegUnit(RU) {} in LiveRegUnit() argument
374 SparseSet<LiveRegUnit> &RegUnits);
376 SparseSet<LiveRegUnit> &RegUnits);
381 SparseSet<LiveRegUnit> &RegUnits);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp718 SparseSet<LiveRegUnit> &RegUnits, in updatePhysDepsDownwards()
739 SparseSet<LiveRegUnit>::iterator I = RegUnits.find(Unit); in updatePhysDepsDownwards()
757 LiveRegUnit &LRU = RegUnits[Unit]; in updatePhysDepsDownwards()
796 SparseSet<LiveRegUnit> &RegUnits) { in updateDepth()
835 SparseSet<LiveRegUnit> &RegUnits) { in updateDepth()
842 SparseSet<LiveRegUnit> &RegUnits) { in updateDepths()
868 SparseSet<LiveRegUnit> RegUnits; in computeInstrDepths()
925 SparseSet<LiveRegUnit>::iterator I = RegUnits.find(Unit); in updatePhysDepsUpwards()
945 LiveRegUnit &LRU = RegUnits[Unit]; in updatePhysDepsUpwards()
1029 SparseSet<LiveRegUnit> RegUnits; in computeInstrHeights()
[all …]
H A DMachineCombiner.cpp504 SparseSet<LiveRegUnit> &RegUnits, const TargetInstrInfo *TII, in insertDeleteInstructions()
586 SparseSet<LiveRegUnit> RegUnits; in combineInstructions()