Module Goblint_lib.LoopTermination

Termination analysis for loops and goto statements (termination).

val loop_counters : GoblintCil.stmt TerminationPreprocessing.VarToStmt.t Stdlib.ref

Contains all loop counter variables (varinfo) and maps them to their corresponding loop statement.

val ask_bound : ('a, 'b, 'c, 'd) Analyses.man -> GoblintCil.varinfo -> [> `Lifted of ValueDomainQueries.ID.I.t | `Top ]

Checks whether a variable can be bounded.

The termination analysis considering loops and gotos