Module falcon::analysis [] [src]

Implementations and traits for static analysis over Falcon IL.

Modules

ai

Abstract Interpretation Analyses

calling_convention

Information about varying calling conventions.

fixed_point

A fixed-point engine for data-flow analysis.

stack_pointer_offset

Determine offset of stack pointer from function entry.

Structs

LocationSet

A partially-ordered set of RefProgramLocation used in analyses

Functions

def_use

Compute definition use chains for the given function.

reaching_definitions

Compute reaching definitions for the given function.

use_def

Compute use definition chains for the given function.