LLVM 22.0.0git
llvm::LiveRangeEdit::Remat Struct Reference

Remat - Information needed to rematerialize at a specific location. More...

#include "llvm/CodeGen/LiveRangeEdit.h"

Public Member Functions

 Remat (const VNInfo *ParentVNI)

Public Attributes

const VNInfo *const ParentVNI
MachineInstrOrigMI = nullptr

Detailed Description

Remat - Information needed to rematerialize at a specific location.

Definition at line 188 of file LiveRangeEdit.h.

Constructor & Destructor Documentation

◆ Remat()

llvm::LiveRangeEdit::Remat::Remat ( const VNInfo * ParentVNI)
inlineexplicit

Definition at line 193 of file LiveRangeEdit.h.

References ParentVNI.

Member Data Documentation

◆ OrigMI

MachineInstr* llvm::LiveRangeEdit::Remat::OrigMI = nullptr

Definition at line 190 of file LiveRangeEdit.h.

◆ ParentVNI

const VNInfo* const llvm::LiveRangeEdit::Remat::ParentVNI

Definition at line 189 of file LiveRangeEdit.h.

Referenced by Remat().


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