irIndent property
getter/setter pair
Current indentation level for LLVM IR formatting.
Controls the indentation of generated LLVM IR code for better readability. Increased when entering labeled blocks (like functions, if statements, loops) and decreased when exiting them.
Implementation
static int irIndent = 0;