Goblint_lib.LoopTerminationTermination analysis for loops and goto statements (termination).
val loop_counters : GoblintCil.stmt TerminationPreprocessing.VarToStmt.t refContains all loop counter variables (varinfo) and maps them to their corresponding loop statement.
val check_bounded : ('a, 'b, 'c, 'd) Analyses.ctx -> GoblintCil.varinfo -> boolChecks whether a variable can be bounded.
module Statements : sig ... endWe want to record termination information of loops and use the loop * statements for that. We use this lifting because we need to have a * lattice.
module Spec : Analyses.MCPSpecThe termination analysis considering loops and gotos