struct FlowJump
Declaration
struct FlowJump { /* full declaration omitted */ };
Description
A wrapper of a jump between two basic blocks.
Declared at: llvm/include/llvm/Transforms/Utils/SampleProfileInference.h:65
Member Variables
- public uint64_t Source
- public uint64_t Target
- public uint64_t Flow = {0}
- public bool IsUnlikely = {false}