Module ghost_statements

Source
Expand description

Ghost statements are statements that are not part of the original mir, but are added from information extracted from the compiler or some additional analysis.

Modulesยง

fold_unfold ๐Ÿ”’
points_to ๐Ÿ”’
This module implements a points-to analysis for mutable references.

Structsยง

GhostStatements ๐Ÿ”’
StatementsAt ๐Ÿ”’

Enumsยง

GhostStatement ๐Ÿ”’
Point ๐Ÿ”’
A point in the control flow graph where ghost statements can be inserted.

Functionsยง

all_nested_bodies ๐Ÿ”’
compute_ghost_statements ๐Ÿ”’

Type Aliasesยง

EdgeMap ๐Ÿ”’
LocationMap ๐Ÿ”’