LLVM 20.0.0git
|
A wrapper of binary function with basic blocks and jumps. More...
#include "llvm/Transforms/Utils/SampleProfileInference.h"
Public Attributes | |
std::vector< FlowBlock > | Blocks |
Basic blocks in the function. | |
std::vector< FlowJump > | Jumps |
Jumps between the basic blocks. | |
uint64_t | Entry {0} |
The index of the entry block. | |
A wrapper of binary function with basic blocks and jumps.
Definition at line 53 of file SampleProfileInference.h.
std::vector<FlowBlock> llvm::FlowFunction::Blocks |
Basic blocks in the function.
Definition at line 55 of file SampleProfileInference.h.
uint64_t llvm::FlowFunction::Entry {0} |
The index of the entry block.
Definition at line 59 of file SampleProfileInference.h.
std::vector<FlowJump> llvm::FlowFunction::Jumps |
Jumps between the basic blocks.
Definition at line 57 of file SampleProfileInference.h.