Module falcon::analysis

source ·
Expand description

Implementations and traits for static analysis over Falcon IL.

Modules

Information about varying calling conventions.
A very simple, and fast, constant propagation
A fixed-point engine for data-flow analysis.
Determine offset of stack pointer from function entry.

Structs

A partially-ordered set of RefProgramLocation used in analyses

Functions

Eliminate dead code in an IL function
Compute definition use chains for the given function.
Compute reaching definitions for the given function.
Compute use definition chains for the given function.