A wrapper of binary function with basic blocks and jumps.

Synopsis

Declared in <llvm/Transforms/Utils/SampleProfileInference.h>

struct FlowFunction;

Data Members

Name

Description

Blocks

Basic blocks in the function.

Entry

The index of the entry block.

Jumps

Jumps between the basic blocks.

Non-Member Functions

Name

Description

applyFlowInference

Apply the profile inference algorithm to Func with default parameters.

Created with MrDocs