LLVM API Documentation
#include <PhyRegAlloc.h>
Collaboration diagram for llvm::AddedInstrns:
Public Member Functions | |
void | clear () |
Public Attributes | |
std::vector< MachineInstr * > | InstrnsBefore |
std::vector< MachineInstr * > | InstrnsAfter |
Definition at line 52 of file PhyRegAlloc.h.
void llvm::AddedInstrns::clear | ( | ) | [inline] |
Definition at line 55 of file PhyRegAlloc.h.
References InstrnsAfter, and InstrnsBefore.
Referenced by llvm::PhyRegAlloc::runOnFunction().
std::vector<MachineInstr*> llvm::AddedInstrns::InstrnsAfter |
std::vector<MachineInstr*> llvm::AddedInstrns::InstrnsBefore |