Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h75 struct LiveRegUnit { struct
83 LiveRegUnit(unsigned RU) : RegUnit(RU) {} in LiveRegUnit() argument
365 SparseSet<LiveRegUnit> &RegUnits);
367 SparseSet<LiveRegUnit> &RegUnits);
372 SparseSet<LiveRegUnit> &RegUnits);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp702 SparseSet<LiveRegUnit> &RegUnits, in updatePhysDepsDownwards()
725 SparseSet<LiveRegUnit>::iterator I = RegUnits.find(*Units); in updatePhysDepsDownwards()
744 LiveRegUnit &LRU = RegUnits[*Units]; in updatePhysDepsDownwards()
783 SparseSet<LiveRegUnit> &RegUnits) { in updateDepth()
822 SparseSet<LiveRegUnit> &RegUnits) { in updateDepth()
829 SparseSet<LiveRegUnit> &RegUnits) { in updateDepths()
855 SparseSet<LiveRegUnit> RegUnits; in computeInstrDepths()
893 SparseSet<LiveRegUnit> &RegUnits, in updatePhysDepsUpwards()
916 SparseSet<LiveRegUnit>::iterator I = RegUnits.find(*Units); in updatePhysDepsUpwards()
936 LiveRegUnit &LRU = RegUnits[*Units]; in updatePhysDepsUpwards()
[all …]
H A DMachineCombiner.cpp471 SparseSet<LiveRegUnit> &RegUnits, in insertDeleteInstructions()
555 SparseSet<LiveRegUnit> RegUnits; in combineInstructions()