struct FlowFunction
Declaration
struct FlowFunction { /* full declaration omitted */ };
Description
A wrapper of binary function with basic blocks and jumps.
Declared at: llvm/include/llvm/Transforms/Utils/SampleProfileInference.h:73
Member Variables
- public std::vector<FlowBlock> Blocks
- public std::vector<FlowJump> Jumps
- public uint64_t Entry
- The index of the entry block.