LLVM API Documentation
Collaboration diagram for llvm::SlotMachine::ValuePlane:

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. | |
Definition at line 54 of file AsmWriter.cpp.
| llvm::SlotMachine::ValuePlane::ValuePlane | ( | ) | [inline] |
The next slot number to use.
Definition at line 55 of file AsmWriter.cpp.
Referenced by ValuePlane().