LLVM 19.0.0git
Public Attributes | List of all members
llvm::DeadLaneDetector::VRegInfo Struct Reference

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"

Public Attributes

LaneBitmask UsedLanes
 
LaneBitmask DefinedLanes
 

Detailed Description

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

Definition at line 46 of file DetectDeadLanes.h.

Member Data Documentation

◆ DefinedLanes

LaneBitmask llvm::DeadLaneDetector::VRegInfo::DefinedLanes

Definition at line 48 of file DetectDeadLanes.h.

◆ UsedLanes

LaneBitmask llvm::DeadLaneDetector::VRegInfo::UsedLanes

Definition at line 47 of file DetectDeadLanes.h.


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