Module cranelift_codegen::ir::dfg

source ·
Expand description

Data flow graph tracking Instructions, Values, and EBBs.

Structs

A data flow graph defines all instructions and extended basic blocks in a function as well as the data flow dependencies between them. The DFG also tracks values which can be either instruction results or EBB parameters.
Object that can display an instruction.
Iterator over all Values in a DFG

Enums

Where did a value come from?