|
LLVM
3.7.0
|
#include "llvm/ADT/SparseSet.h"#include "llvm/CodeGen/SlotIndexes.h"#include "llvm/Target/TargetRegisterInfo.h"Go to the source code of this file.
Classes | |
| struct | llvm::RegisterPressure |
| Base class for register pressure results. More... | |
| struct | llvm::IntervalPressure |
| RegisterPressure computed within a region of instructions delimited by TopIdx and BottomIdx. More... | |
| struct | llvm::RegionPressure |
| RegisterPressure computed within a region of instructions delimited by TopPos and BottomPos. More... | |
| class | llvm::PressureChange |
| Capture a change in pressure for a single pressure set. More... | |
| struct | llvm::isPodLike< PressureChange > |
| class | llvm::PressureDiff |
| List of PressureChanges in order of increasing, unique PSetID. More... | |
| class | llvm::PressureDiffs |
| Array of PressureDiffs. More... | |
| struct | llvm::RegPressureDelta |
| Store the effects of a change in pressure on things that MI scheduler cares about. More... | |
| struct | llvm::LiveRegSet |
| A set of live virtual registers and physical register units. More... | |
| class | llvm::RegPressureTracker |
| Track the current register pressure at some position in the instruction stream, and remember the high water mark within the region traversed. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| void | llvm::dumpRegSetPressure (ArrayRef< unsigned > SetPressure, const TargetRegisterInfo *TRI) |
1.8.6