LLVM API Documentation

llvm::AddedInstrns Struct Reference

#include <PhyRegAlloc.h>

Collaboration diagram for llvm::AddedInstrns:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void clear ()

Public Attributes

std::vector< MachineInstr * > InstrnsBefore
std::vector< MachineInstr * > InstrnsAfter

Detailed Description

Definition at line 52 of file PhyRegAlloc.h.


Member Function Documentation

void llvm::AddedInstrns::clear (  )  [inline]

Definition at line 55 of file PhyRegAlloc.h.

References InstrnsAfter, and InstrnsBefore.

Referenced by llvm::PhyRegAlloc::runOnFunction().


Member Data Documentation

std::vector<MachineInstr*> llvm::AddedInstrns::InstrnsAfter

Definition at line 54 of file PhyRegAlloc.h.

Referenced by clear().

std::vector<MachineInstr*> llvm::AddedInstrns::InstrnsBefore

Definition at line 53 of file PhyRegAlloc.h.

Referenced by clear().


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