public void AddLICMPass() { LLVM.AddLICMPass(this.instance); }
public void AddLICMPass() => LLVM.AddLICMPass(this);