|
LLVM
3.7.0
|
#include "llvm/ADT/SparseMultiSet.h"#include "llvm/ADT/SparseSet.h"#include "llvm/CodeGen/ScheduleDAG.h"#include "llvm/CodeGen/TargetSchedule.h"#include "llvm/Support/Compiler.h"#include "llvm/Target/TargetRegisterInfo.h"Go to the source code of this file.
Classes | |
| struct | llvm::VReg2SUnit |
| An individual mapping from virtual register number to SUnit. More... | |
| struct | llvm::PhysRegSUOper |
| Record a physical register access. More... | |
| class | llvm::ScheduleDAGInstrs |
| ScheduleDAGInstrs - A ScheduleDAG subclass for scheduling lists of MachineInstrs. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Typedefs | |
| typedef SparseMultiSet < PhysRegSUOper, llvm::identity< unsigned > , uint16_t > | llvm::Reg2SUnitsMap |
| Use a SparseMultiSet to track physical registers. More... | |
| typedef SparseSet< VReg2SUnit, VirtReg2IndexFunctor > | llvm::VReg2SUnitMap |
| Use SparseSet as a SparseMap by relying on the fact that it never compares ValueT's, only unsigned keys. More... | |
| typedef SparseMultiSet < VReg2SUnit, VirtReg2IndexFunctor > | llvm::VReg2UseMap |
| Track local uses of virtual registers. More... | |
1.8.6