|
LLVM
4.0.0
|
Pair of physical register and lane mask. More...
#include <MachineBasicBlock.h>
Public Member Functions | |
| RegisterMaskPair (MCPhysReg PhysReg, LaneBitmask LaneMask) | |
Public Attributes | |
| MCPhysReg | PhysReg |
| LaneBitmask | LaneMask |
Pair of physical register and lane mask.
This is not simply a std::pair typedef because the members should be named clearly as they both have an integer type.
Definition at line 62 of file MachineBasicBlock.h.
|
inline |
Definition at line 67 of file MachineBasicBlock.h.
| LaneBitmask llvm::MachineBasicBlock::RegisterMaskPair::LaneMask |
Definition at line 65 of file MachineBasicBlock.h.
| MCPhysReg llvm::MachineBasicBlock::RegisterMaskPair::PhysReg |
Definition at line 64 of file MachineBasicBlock.h.
Referenced by llvm::MachineBasicBlock::isLiveIn(), llvm::MachineBasicBlock::removeLiveIn(), and llvm::MachineBasicBlock::sortUniqueLiveIns().
1.8.6