Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h74 struct LiveRegUnit { struct
82 LiveRegUnit(unsigned RU) : RegUnit(RU) {} in LiveRegUnit() argument
377 SparseSet<LiveRegUnit> &RegUnits);
379 SparseSet<LiveRegUnit> &RegUnits);
384 SparseSet<LiveRegUnit> &RegUnits);
/freebsd/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()
906 SparseSet<LiveRegUnit> &RegUnits, in updatePhysDepsUpwards()
925 SparseSet<LiveRegUnit>::iterator I = RegUnits.find(Unit); in updatePhysDepsUpwards()
945 LiveRegUnit &LRU = RegUnits[Unit]; in updatePhysDepsUpwards()
[all …]
H A DMachineCombiner.cpp488 SparseSet<LiveRegUnit> &RegUnits, in insertDeleteInstructions()
571 SparseSet<LiveRegUnit> RegUnits; in combineInstructions()