LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
llvm::LiveRangeEdit::Remat Struct Reference

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

#include <LiveRangeEdit.h>

Collaboration diagram for llvm::LiveRangeEdit::Remat:
Collaboration graph
[legend]

Public Member Functions

 Remat (VNInfo *ParentVNI)
 

Public Attributes

VNInfoParentVNI
 
MachineInstrOrigMI
 

Detailed Description

Remat - Information needed to rematerialize at a specific location.

Definition at line 174 of file LiveRangeEdit.h.

Constructor & Destructor Documentation

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

Definition at line 177 of file LiveRangeEdit.h.

Member Data Documentation

MachineInstr* llvm::LiveRangeEdit::Remat::OrigMI
VNInfo* llvm::LiveRangeEdit::Remat::ParentVNI

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