LLVM 20.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 29 of file MachineSSAContext.h.

Member Typedef Documentation

◆ BlockT

Definition at line 30 of file MachineSSAContext.h.

◆ ConstValueRefT

Definition at line 34 of file MachineSSAContext.h.

◆ FunctionT

Definition at line 31 of file MachineSSAContext.h.

◆ InstructionT

Definition at line 32 of file MachineSSAContext.h.

◆ UseT

Definition at line 35 of file MachineSSAContext.h.

◆ ValueRefT

Definition at line 33 of file MachineSSAContext.h.


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