id property

int id
getter/setter pair

Unique identifier for this node, used for LLVM register naming.

Each node gets a unique ID to ensure LLVM register names don't conflict. This ID is automatically assigned during node construction.

Implementation

int id = 0;