LLVM API Documentation

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 54 of file AsmWriter.cpp.


Constructor & Destructor Documentation

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

Make sure we start at 0.

Definition at line 57 of file AsmWriter.cpp.

References next_slot.


Member Data Documentation

ValueMap llvm::SlotMachine::ValuePlane::map

The map of Value* -> unsigned.

Definition at line 56 of file AsmWriter.cpp.

unsigned llvm::SlotMachine::ValuePlane::next_slot

The next slot number to use.

Definition at line 55 of file AsmWriter.cpp.

Referenced by ValuePlane().


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