Task.Cfginclude MyCFG.CfgBidirinclude MyCFG.CfgBackwardval prev : MyCFG.cfginclude MyCFG.CfgForwardval next : MyCFG.cfgval skippedByEdge :
MyCFG.node ->
MyCFG.edges ->
MyCFG.node ->
GoblintCil.stmt listskippedByEdge from edges to returns the list of AST statements skipped over by find_real_stmt in CfgTools.createCfg. This consists of statements which do not correspond to CFG nodes, but some surrounding AST constructions.