LLVM: llvm::DeadLaneDetector::VRegInfo Struct Reference (original) (raw)

Contains a bitmask of which lanes of a given virtual register are defined and which ones are actually used. More...

#include "[llvm/CodeGen/DetectDeadLanes.h](DetectDeadLanes%5F8h%5Fsource.html)"

Contains a bitmask of which lanes of a given virtual register are defined and which ones are actually used.

Definition at line 48 of file DetectDeadLanes.h.

DefinedLanes

LaneBitmask llvm::DeadLaneDetector::VRegInfo::DefinedLanes

UsedLanes

LaneBitmask llvm::DeadLaneDetector::VRegInfo::UsedLanes


The documentation for this struct was generated from the following file: