docs: Add pred/succ for basic_block_t

Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
Ronald Caesar
2025-12-26 17:45:02 -04:00
parent 5f23adb4b5
commit b8929a7d6d

View File

@@ -228,6 +228,12 @@ typedef struct
uint16_t instruction_count;
uint16_t phi_count;
uint16_t successor_start_index;
uint16_t successor_count;
uint16_t predecessor_start_index;
uint16_t predecessor_count;
// If variable gets defined in Block X, this tracks where the definition
// collide with other blocks.
//