Module type MyCFG.CfgBidirSkip

include CfgBidir
include CfgBackward
val prev : cfg
include CfgForward
val next : cfg
val skippedByEdge : node -> edges -> node -> GoblintCil.stmt list

skippedByEdge 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.