For my project (a subset of C) I'm trying to do optimizations at the source level language and wondering why Clang doesn't have an SSA form representation. Is it not useful, since LLVM does almost all the optimizations?