LLVM  3.7.0
Public Attributes | List of all members
llvm::PerFunctionMIParsingState Struct Reference

#include <MIParser.h>

Collaboration diagram for llvm::PerFunctionMIParsingState:
[legend]

Public Attributes

DenseMap< unsigned,
MachineBasicBlock * > 
MBBSlots
 
DenseMap< unsigned, unsignedVirtualRegisterSlots
 

Detailed Description

Definition at line 29 of file MIParser.h.

Member Data Documentation

DenseMap<unsigned, MachineBasicBlock *> llvm::PerFunctionMIParsingState::MBBSlots

Definition at line 30 of file MIParser.h.

Referenced by llvm::MIRParserImpl::initializeMachineFunction().

DenseMap<unsigned, unsigned> llvm::PerFunctionMIParsingState::VirtualRegisterSlots

Definition at line 31 of file MIParser.h.

Referenced by llvm::MIRParserImpl::initializeMachineFunction().


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