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.