LLVM 19.0.0git
Public Attributes | List of all members
llvm::FlowFunction Struct Reference

A wrapper of binary function with basic blocks and jumps. More...

#include "llvm/Transforms/Utils/SampleProfileInference.h"

Public Attributes

std::vector< FlowBlockBlocks
 Basic blocks in the function.
 
std::vector< FlowJumpJumps
 Jumps between the basic blocks.
 
uint64_t Entry {0}
 The index of the entry block.
 

Detailed Description

A wrapper of binary function with basic blocks and jumps.

Definition at line 53 of file SampleProfileInference.h.

Member Data Documentation

◆ Blocks

std::vector<FlowBlock> llvm::FlowFunction::Blocks

Basic blocks in the function.

Definition at line 55 of file SampleProfileInference.h.

◆ Entry

uint64_t llvm::FlowFunction::Entry {0}

The index of the entry block.

Definition at line 59 of file SampleProfileInference.h.

◆ Jumps

std::vector<FlowJump> llvm::FlowFunction::Jumps

Jumps between the basic blocks.

Definition at line 57 of file SampleProfileInference.h.


The documentation for this struct was generated from the following file: