Struct llvm_ir_analysis::FunctionAnalysis[][src]

pub struct FunctionAnalysis<'m> { /* fields omitted */ }
Expand description

Computes (and caches the results of) various analyses on a given Function

Implementations

Create a new FunctionAnalysis for the given Function.

This method itself is cheap; individual analyses will be computed lazily on demand.

Get the ControlFlowGraph for the function.

Get the DominatorTree for the function.

Get the PostDominatorTree for the function.

Get the ControlDependenceGraph for the function.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.