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 49 of file AsmWriter.cpp.
|
|
Make sure we start at 0.
Definition at line 52 of file AsmWriter.cpp. References next_slot. |
|
|
The map of Value* -> unsigned.
Definition at line 51 of file AsmWriter.cpp. |
|
|
The next slot number to use.
Definition at line 50 of file AsmWriter.cpp. Referenced by ValuePlane(). |