GoblintCil.CfgSourceCode to compute the control-flow graph of a function or file. This will fill in the preds and succs fields of Cil.stmt
This is required for several other extensions, such as Dataflow.
Compute the CFG for an entire file, by calling cfgFun on each function.
Compute a control flow graph for fd. Stmts in fd have preds and succs filled in
clear the sid, succs, and preds fields of each statment in a function
print control flow graph (in dot form) for fundec to channel
Print control flow graph (in dot form) for fundec to file