Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h74 struct LiveRegUnit { struct
82 LiveRegUnit(unsigned RU) : RegUnit(RU) {} in LiveRegUnit() argument
364 SparseSet<LiveRegUnit> &RegUnits);
366 SparseSet<LiveRegUnit> &RegUnits);
371 SparseSet<LiveRegUnit> &RegUnits);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp701 SparseSet<LiveRegUnit> &RegUnits, in updatePhysDepsDownwards()
724 SparseSet<LiveRegUnit>::iterator I = RegUnits.find(*Units); in updatePhysDepsDownwards()
743 LiveRegUnit &LRU = RegUnits[*Units]; in updatePhysDepsDownwards()
782 SparseSet<LiveRegUnit> &RegUnits) { in updateDepth()
821 SparseSet<LiveRegUnit> &RegUnits) { in updateDepth()
828 SparseSet<LiveRegUnit> &RegUnits) { in updateDepths()
854 SparseSet<LiveRegUnit> RegUnits; in computeInstrDepths()
892 SparseSet<LiveRegUnit> &RegUnits, in updatePhysDepsUpwards()
915 SparseSet<LiveRegUnit>::iterator I = RegUnits.find(*Units); in updatePhysDepsUpwards()
935 LiveRegUnit &LRU = RegUnits[*Units]; in updatePhysDepsUpwards()
[all …]
H A DMachineCombiner.cpp496 SparseSet<LiveRegUnit> &RegUnits, in insertDeleteInstructions()
580 SparseSet<LiveRegUnit> RegUnits; in combineInstructions()