LLVM  8.0.1
Enumerations
llvm::RegState Namespace Reference

Enumerations

enum  {
  Define = 0x2, Implicit = 0x4, Kill = 0x8, Dead = 0x10,
  Undef = 0x20, EarlyClobber = 0x40, Debug = 0x80, InternalRead = 0x100,
  Renamable = 0x200, DefineNoRead = Define | Undef, ImplicitDefine = Implicit | Define, ImplicitKill = Implicit | Kill
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
Define 
Implicit 
Kill 
Dead 
Undef 
EarlyClobber 
Debug 
InternalRead 
Renamable 
DefineNoRead 
ImplicitDefine 
ImplicitKill 

Definition at line 44 of file MachineInstrBuilder.h.