LLVM 19.0.0git
Public Types | List of all members
llvm::GenericSSATraits< MachineFunction > Struct Reference

#include "llvm/CodeGen/MachineSSAContext.h"

Public Types

using BlockT = MachineBasicBlock
 
using FunctionT = MachineFunction
 
using InstructionT = MachineInstr
 
using ValueRefT = Register
 
using ConstValueRefT = Register
 
using UseT = MachineOperand
 

Detailed Description

Definition at line 35 of file MachineSSAContext.h.

Member Typedef Documentation

◆ BlockT

Definition at line 36 of file MachineSSAContext.h.

◆ ConstValueRefT

using llvm::GenericSSATraits< MachineFunction >::ConstValueRefT = Register

Definition at line 40 of file MachineSSAContext.h.

◆ FunctionT

Definition at line 37 of file MachineSSAContext.h.

◆ InstructionT

Definition at line 38 of file MachineSSAContext.h.

◆ UseT

Definition at line 41 of file MachineSSAContext.h.

◆ ValueRefT

Definition at line 39 of file MachineSSAContext.h.


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