LLVM: llvm::FlowJump Struct Reference (original) (raw)

A wrapper of a jump between two basic blocks. More...

#include "[llvm/Transforms/Utils/SampleProfileInference.h](SampleProfileInference%5F8h%5Fsource.html)"

Public Attributes
uint64_t Source
uint64_t Target
uint64_t Weight {0}
bool HasUnknownWeight {true}
bool IsUnlikely {false}
uint64_t Flow {0}

A wrapper of a jump between two basic blocks.

Definition at line 43 of file SampleProfileInference.h.

Flow

HasUnknownWeight

bool llvm::FlowJump::HasUnknownWeight {true}

IsUnlikely

bool llvm::FlowJump::IsUnlikely {false}

Source

Target

Weight


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