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.h75 struct LiveRegUnit { struct
83 LiveRegUnit(unsigned RU) : RegUnit(RU) {} in LiveRegUnit() argument
384 SparseSet<LiveRegUnit> &RegUnits);
386 SparseSet<LiveRegUnit> &RegUnits);
391 SparseSet<LiveRegUnit> &RegUnits);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp746 SparseSet<LiveRegUnit> &RegUnits, in updatePhysDepsDownwards()
767 SparseSet<LiveRegUnit>::iterator I = RegUnits.find(Unit); in updatePhysDepsDownwards()
785 LiveRegUnit &LRU = RegUnits[Unit]; in updatePhysDepsDownwards()
824 SparseSet<LiveRegUnit> &RegUnits) { in updateDepth()
863 SparseSet<LiveRegUnit> &RegUnits) { in updateDepth()
870 SparseSet<LiveRegUnit> &RegUnits) { in updateDepths()
896 SparseSet<LiveRegUnit> RegUnits; in computeInstrDepths()
934 SparseSet<LiveRegUnit> &RegUnits, in updatePhysDepsUpwards()
953 SparseSet<LiveRegUnit>::iterator I = RegUnits.find(Unit); in updatePhysDepsUpwards()
973 LiveRegUnit &LRU = RegUnits[Unit]; in updatePhysDepsUpwards()
[all …]
H A DMachineCombiner.cpp485 SparseSet<LiveRegUnit> &RegUnits, in insertDeleteInstructions()
568 SparseSet<LiveRegUnit> RegUnits; in combineInstructions()