struct LiveRangeEdit::Remat

Declaration

struct LiveRangeEdit::Remat { /* full declaration omitted */ };

Description

Remat - Information needed to rematerialize at a specific location.

Declared at: llvm/include/llvm/CodeGen/LiveRangeEdit.h:192

Member Variables

public const llvm::VNInfo* const ParentVNI
public llvm::MachineInstr* OrigMI = nullptr

Method Overview

  • public Remat(const llvm::VNInfo * ParentVNI)

Methods

ΒΆRemat(const llvm::VNInfo* ParentVNI)

Declared at: llvm/include/llvm/CodeGen/LiveRangeEdit.h:197

Parameters

const llvm::VNInfo* ParentVNI