Goblint_lib.LoopTerminationTermination analysis for loops and goto statements (termination).
val loop_counters :
GoblintCil.stmt TerminationPreprocessing.VarToStmt.t Stdlib.refContains 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.
module Spec : Analyses.MCPSpecThe termination analysis considering loops and gotos