LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::SlotMachine::ValuePlane Struct Reference

A plane with next slot number and ValueMap. More...

Collaboration diagram for llvm::SlotMachine::ValuePlane:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ValuePlane ()
 Make sure we start at 0.

Public Attributes

unsigned next_slot
 The next slot number to use.
ValueMap map
 The map of Value* -> unsigned.

Detailed Description

A plane with next slot number and ValueMap.

Definition at line 49 of file AsmWriter.cpp.


Constructor & Destructor Documentation

llvm::SlotMachine::ValuePlane::ValuePlane  )  [inline]
 

Make sure we start at 0.

Definition at line 52 of file AsmWriter.cpp.

References next_slot.


Member Data Documentation

ValueMap llvm::SlotMachine::ValuePlane::map
 

The map of Value* -> unsigned.

Definition at line 51 of file AsmWriter.cpp.

unsigned llvm::SlotMachine::ValuePlane::next_slot
 

The next slot number to use.

Definition at line 50 of file AsmWriter.cpp.

Referenced by ValuePlane().


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