root/usr/src/tools/smatch/src/ssa.h
#ifndef SSA_H
#define SSA_H

struct entrypoint;

void ssa_convert(struct entrypoint *ep);

#endif