rcc_cfg: MIR-style control-flow graph for the rcc C compiler.
Roughly analogous to rustc_middle::mir. The CFG is intentionally
non-SSA; SSA construction is delegated to LLVM's mem2reg pass, which
promotes the alloca + load/store pattern we emit.