[][src]Module gf::pivot::fragment

🟢 Fragments.

Modules

ssa

⚪ Static single assignment form.

Structs

Fragment

🟢 Fragment in a sealed module.

FragmentCfg

🟢 Control flow graph of a sealed fragment.

FragmentDefsUses

🟢 Defined and used variables of a sealed fragment.

FragmentDomTree

🟢 Dominator tree of a sealed fragment.

FragmentId

⚪ Fragment identifier.

FragmentSealingData

⚪ Data collected for a fragment during sealing.

UnsealedFragment

⚪ Fragment in an unsealed module.

UnsealedFragmentCfg

⚪ Control flow graph of an unsealed fragment.

UnsealedFragmentDefsUses

⚪ Defined and used variables of an unsealed fragment.

UnsealedFragmentDomTree

⚪ Dominator tree of an unsealed fragment.

UnsealedFragmentVarSizes

⚪ Sizes of variables defined in an unsealed fragment.

Functions

call_pure_fragment

🟢 Call a pure fragment.